LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Installation
curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"
report errors
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1` exited with 128.
Error: Failure while executing; `/usr/local/bin/brew tap homebrew/core` exited with 1.
solve:
// Execute the following command to replace the image with the CAS image.
git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1
// Set the mirror address of homebrew-core to the CAS domestic mirror as well
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
// UPGRADE
brew update
// USE
brew install node
Read More:
- macos LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- error: RPC failed; curl 56 OpenSSL SSL_ read: SSL_ ERROR_ Syscall, errno 10054 solution
- LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- Mac installation dart error curl: (35) libresssl SSL_ connect: SSL_ ERROR_ SYSCALL in connection to storage.googleapis.co
- Git command line configuration and configuration file to solve clone error libressl_ connect: SSL_ ERROR_ SYSCALL in connection to github. com:443
- OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- FreeRDP installation configuration (error message: SSL_read: Failure in SSL library (protocol error?))
- How to Fix SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.
- SSL_ERROR_SYSCALL in connection to github.com:443
- Homebrew reports an error after upgrading MacOS to Big Sur
- psycopg2.OperationalError: SSL SYSCALL error: EOF detected
- SSL handshake failed: SSL error: illegal key usage detected in the certificate
- Python error open SSL.SSL.SysCallError :(-1,‘Unexpected EOF‘)
- ssl_ error_ Rx_ record_ too_ Long and Apache SSL solution
- wget OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
- Curl HTTPS returned errno 35 (SSL connect error) error
- cURL error 35:error:140770FC:SSL routines:SSL_23_GET_SERVER_HELLO:unknown protocol
- An error is reported when you open HTTPS with the following error code: SSL_ error_ ssl_ Disabled) (solved)
- Solutions to the failure of importing Python 3.7 SSL module
- [SSL: CERTIFICATE_VERIFY_FAILED] Certificate Verify Failed (_ssl.C:579)