-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Force curl to use HTTP/1.1 #470
Conversation
… by the download server. Force curl to use HTTP/1.1
What symptoms were you seeing? With DEBUG set to true, I was able to confirm their CDN responds fine to HTTP/2:
|
Hmm.. Odd I got this in the docker logs:
And this was from a
Perhaps this is actually a problem with my connection in some way? Is there a way to get curl to drop down to http/1.1 if 2 fails |
Just re-pull your image. You're experiencing #458 which was fixed a while ago. |
You're right! I wasn't on the latest version, now I need to figure out why my scripts aren't pulling the latest version down. Sorry for the time waste. |
No problem at all. |
Fixing issue where curl is defaulting to HTTP/2 which isn't supported by the download server.