-
Notifications
You must be signed in to change notification settings - Fork 379
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
Support for non-TLS HTTP #1763
Comments
Thanks for your report. Does the option of using explicit Either way, transferring to c/image, where that new option would need to be implemented. |
No, the registry is already on non-standard port. |
So, to confirm, the delay is in that the registry accepts the connection, but somehow takes a long time to reject the TLS negotiation as an invalid HTTP request? |
Yes, it waits 30s until a timeout fires:
Tweaking such timeouts could be also an option. |
It turned out I had only set http_proxy without https_proxy that's why timeout happened. Solved my problem but an option would still be useful. |
This is also tracked as #2088, and that one includes a bit more discussion; please follow there. |
Currently using HTTP registries indroduces severe timeouts as HTTP works only as a fallback from HTTPS:
It would be beneficial to have an option disabling TLS.
The text was updated successfully, but these errors were encountered: