-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to insecure registry #85
Comments
Personally I think it's better to spin up TLS at the registry and add an option like |
And also need to add a method to trust customized ca-certs, to support private, ssl-enabled registry. |
@ChaosEternal, not really if you do trust any cert (with btw, it seems that this issue should be closed already? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing an option to push to an insecure registry.
It's common for development and integration tests
Log:
time="2018-05-14T18:59:03Z" level=info msg="pushing layers" exporting the image 10.200.10.1:5000/tsuru/go:latest failed: failed to do request: Head https://10.200.10.1:5000/v2/tsuru/go/blobs/sha256:a440082623eba20362e20fea387de304e5fe1d6cce355e7189e39ed7d79fdc07: http: server gave HTTP response to HTTPS client
The text was updated successfully, but these errors were encountered: