You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
I'd like to be able to tell puller and pusher which ca_certs to use. Right now the default ones
from "cacerts.txt" of httplib2 are used.
httplib2.Http constructor has argument "ca_certs"
We have an on-premise docker-registry with a local certificate.
Right now I'm appending our cert to the cacerts.txt of httplib2 but I don't like that :-)
The text was updated successfully, but these errors were encountered:
I'd like to be able to tell puller and pusher which ca_certs to use. Right now the default ones
from "cacerts.txt" of httplib2 are used.
httplib2.Http constructor has argument "ca_certs"
We have an on-premise docker-registry with a local certificate.
Right now I'm appending our cert to the cacerts.txt of httplib2 but I don't like that :-)
The text was updated successfully, but these errors were encountered: