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

TLSv1.3 support in eclipse jetty with Java8 (8u261 b12) #5073

Closed
karthickm512 opened this issue Jul 22, 2020 · 5 comments
Closed

TLSv1.3 support in eclipse jetty with Java8 (8u261 b12) #5073

karthickm512 opened this issue Jul 22, 2020 · 5 comments
Labels
Question Stale For auto-closed stale issues and pull requests

Comments

@karthickm512
Copy link

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?

@joakime
Copy link
Contributor

joakime commented Jul 22, 2020

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.
This ALPN support layer only works with 9.4.28.v20200408 or newer (see Issue #4443)

In Java 8u261 Oracle backported the TLS 1.3 features from Java 11+ into Java 8.
This TLS 1.3 support layer only works with 9.4.12.v20180830 or newer (see Issue #2711)

@karthickm512
Copy link
Author

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 ?

@joakime
Copy link
Contributor

joakime commented Jul 23, 2020

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

@github-actions
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Feb 22, 2022
@github-actions
Copy link

This issue has been closed due to it having no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Stale For auto-closed stale issues and pull requests
Projects
None yet
Development

No branches or pull requests

2 participants