-
Notifications
You must be signed in to change notification settings - Fork 91
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
curl: (35) error:0A000126:SSL routines::unexpected eof while reading #1135
Comments
@okanakyuz This appears to be a temp server issue, should be resolved soon. Please check a few minutes later |
i also have similar issue, |
is the server stable now, i still have same error |
Seems to be working right now.
|
we have daily pipeline running, and this request started to fail 3 days ago, and still on going. |
Right, there is some problem, I could reproduce it at least once curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | wc |
Still seems to be failing intermittently. (All 100 jobs here are calling that command, some pass, some fail - https://gitlab.haskell.org/ghc/ghcup-ci/-/pipelines/101598) |
I believe this was due to our host (equinix metal) undergoing infrastucture maintenance: https://status.equinix.com/history |
This seems to be resolved now |
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
returns curl: (35) error:0A000126:SSL routines::unexpected eof while reading
The text was updated successfully, but these errors were encountered: