-
Notifications
You must be signed in to change notification settings - Fork 876
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
Unable to fetch yarn from GitHub because of protocol version #696
Comments
Maybe a newer apache httpclient will fix it... |
Interestingly it builds fine on our Jenkins instance, so I suspect this is JDK related since JDK 7 defaults to TLSv1. I'll close this unless I find otherwise. |
How does one go about fixing this? I'm pretty lost on getting this fixed on my machine. I'm using JDK 8 locally which has TLSv2. |
At the end of a painful day, this jenkinsci/ghprb-plugin#638 gave me the clue I needed. On linux add this
And it seems to do the trick. |
Thanks @mikeobr
|
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Unable to fetch yarn from GitHub
and pom.xml:
Please mention your frontend-maven-plugin and operating system version.
Mac OSX version 10.11.6, frontend-maven-plugin version 1.6
I can only imagine it's related to: https://github.com/blog/2498-weak-cryptographic-standards-removal-notice
The text was updated successfully, but these errors were encountered: