Skip to content
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

Closed
okanakyuz opened this issue Oct 7, 2024 · 9 comments
Closed

Comments

@okanakyuz
Copy link

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

returns curl: (35) error:0A000126:SSL routines::unexpected eof while reading

@dfordivam
Copy link
Collaborator

@okanakyuz This appears to be a temp server issue, should be resolved soon. Please check a few minutes later

@zoezhangmattr
Copy link

i also have similar issue,
curl: (56) Recv failure: Connection reset by peer
sh: line 569: syntax error near unexpected token newline' sh: line 569: case '

@zoezhangmattr
Copy link

is the server stable now, i still have same error

@dfordivam
Copy link
Collaborator

Seems to be working right now.

$ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | wc
    955    3028   27921

$ wc scripts/bootstrap/bootstrap-haskell
  955  3028 27921 scripts/bootstrap/bootstrap-haskell

@zoezhangmattr
Copy link

we have daily pipeline running, and this request started to fail 3 days ago, and still on going.

@dfordivam
Copy link
Collaborator

Right, there is some problem, I could reproduce it at least once

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | wc
curl: (56) Recv failure: Connection reset by peer
568 1701 16366

@mpickering
Copy link
Contributor

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)

@gbaz
Copy link

gbaz commented Oct 11, 2024

I believe this was due to our host (equinix metal) undergoing infrastucture maintenance: https://status.equinix.com/history

@dfordivam
Copy link
Collaborator

This seems to be resolved now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants