-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug] RequestError: 140476416780160:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record #1600
Comments
I'm afraid this isn't enough information to reproduce, please provide either a Sherlock reproduction or a GitHub repository we can test. Based on the limited information i'd guess that this most likely is an issue with your machine and not Yarn, try testing on a different machine to check. |
Please provide a reproduction. As far as I can tell this seems to be sindresorhus/got#850, are you using a custom proxy or registry without specifying the protocol? |
@merceyz Well, I'm using nexus as a private repository, if I remove my dependency from the repository it works, when I come back, the error appears again. My .yarnrc.yml
|
Hi! 👋 This issue looks stale, and doesn't feature the Note that we require Sherlock reproductions for long-lived issues (rather than standalone git repositories or similar) because we're a small team. Sherlock gives us the ability to check which bugs are still affecting the master branch at any given point, and decreases the amount of code we need to run on our own machines (thus leading to faster bug resolutions). It helps us help you! 😃 If you absolutely cannot reproduce a bug on Sherlock (for example because it's a Windows-only issue), a maintainer will have to manually add the |
Describe the bug
So today I upgrade a project from v1.22.4 to v2.1.1 and enabled the
node_modules
linker in the.yarnrc.yml
which was autogenerated after the upgrade. After that, I ranyarn
in the project folder and I got this issue. Also, It hangs in the end and I need to force quite by pressingCtrl+C.
To Reproduce
1.22.4
to2.1.1
yarn
Screenshots
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: