ghcup-hs
ghcup-hs copied to clipboard
curl: (35) error:0A000126:SSL routines::unexpected eof while reading
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
returns curl: (35) error:0A000126:SSL routines::unexpected eof while reading
@okanakyuz This appears to be a temp server issue, should be resolved soon. Please check a few minutes later
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 '
is the server stable now, i still have same error
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
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 curl: (56) Recv failure: Connection reset by peer 568 1701 16366
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