-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
TLSv1.3 support in eclipse jetty with Java8 (8u261 b12) #5073
Comments
Jetty 9.3.x is missing 2 things you might stumble into. In Java 8u251 Oracle backported the ALPN support from Java 9+ into Java 8. In Java 8u261 Oracle backported the TLS 1.3 features from Java 11+ into Java 8. |
Thanks for the quick response. Is there any plans for you to backport the necessary modules from Jetty 9.4.x to 9.3.x ? |
Jetty 9.3.x is no longer supported. See: https://www.eclipse.org/jetty/documentation/current/what-jetty-version.html We maintain at most 3 versions of Jetty. Which currently is: 9.4.x, 10.0.x, and 11.0.x |
This issue has been automatically marked as stale because it has been a |
This issue has been closed due to it having no activity. |
Jetty version
Eclipse Jetty version 9.3.x
Java version
Java8 8u261 b12
Question
Does the Org.Eclipse.Jetty 9.3.x support TLSv1.3 in Java8 (8u261 b12)? We use pax-web.
Oracle released the support of TLSv1.3 in Java8 on July-14-2020 (https://www.oracle.com/java/technologies/javase/8u261-relnotes.html). Which version of Jetty/pax-web supports this TLS version with Java 8 configured?
The text was updated successfully, but these errors were encountered: