-
Notifications
You must be signed in to change notification settings - Fork 335
Travis broken for Java 6 #1380
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
Comments
This is not the only issue with java 6. Details here https://central.sonatype.org/articles/2018/May/04/discontinued-support-for-tlsv11-and-below/ Possible workarounds
|
Indeed, openjdk6 doesn't support TLS 1.2, but Oracle JDK has shipped with TLS 1.2 since July-2016. Option (2), switching to HTTP, seems like the only option for Travis for now. |
Looks like the Lightbend folks reported it and found a solution. For an example fix, see scala/scala-parser-combinators#156.
The text was updated successfully, but these errors were encountered: