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

LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 #202

Open
lcoln opened this issue Apr 4, 2022 · 2 comments
Open
Labels
bug Something isn't working

Comments

@lcoln
Copy link

lcoln commented Apr 4, 2022

Bug Description
when I use yarn create eth-app my-eth-app, it reported an error:

Error log
"error Command failed. Exit code: 128 Command: git Arguments: fetch --tags Directory: /Users/coln/Library/Caches/Yarn/v6/.tmp/166c4037ddf7608d79e84e263dcd7746 Output: fatal: 无法访问 'https://github.com/edgeandnode/gluegun.git/':LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Error: Client network socket disconnected before secure TLS connection was established at connResetException (node:internal/errors:683:14) at TLSSocket.onConnectEnd (node:_tls_wrap:1577:19) at TLSSocket.emit (node:events:406:35) at endReadableNT (node:internal/streams/readable:1329:12) at processTicksAndRejections (node:internal/process/task_queues:83:21) Error: Client network socket disconnected before secure TLS connection was established at connResetException (node:internal/errors:683:14) at TLSSocket.onConnectEnd (node:_tls_wrap:1577:19) at TLSSocket.emit (node:events:406:35) at endReadableNT (node:internal/streams/readable:1329:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)

Aborting installation.
yarnpkg install --cwd /Users/coln/www/127/tech/create-eth-app/my-eth-app has failed.

error Command failed.
Exit code: 1
Command: /usr/local/bin/create-eth-app
Arguments: my-eth-app
Directory: /Users/coln/www/127/tech/create-eth-app
Output:

info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command."

My local network is accessible to GitHub. Also I can git clone https://github.com/edgeandnode/gluegun.git.

Steps to Reproduce

yarn create eth-app my-eth-app

Expected Behavior
create eth-app successfully

@lcoln lcoln added the bug Something isn't working label Apr 4, 2022
@PaulRBerg
Copy link
Collaborator

Hi @lcoln, can you share your environment please?

  • OS version
  • Node.js version
  • Yarn version

Plus any other details that you think might be relevant. Thank you!

@jerome-chen
Copy link

it was because gluegun repo has renamed their branch name from Master to Main...

@ero8 ero8 mentioned this issue Jun 15, 2023
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants