-
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
Disabling client SSL session caching breaks SNI #7551
Comments
This issue has been automatically marked as stale because it has been a |
Uh, bump? |
This issue has been automatically marked as stale because it has been a |
@elipsion sorry for the delay looking into this. Disabling session caching via So if your goal is to disable However, note that disabling Your only option is to invalidate the |
I'm closing this as it works as expected. |
Jetty version(s)
11.0.7
Java version/vendor
AdoptOpenJDK 11.0.11.9-hotspot
OS type/version
Windows 11 21H2
Description
Disabling session caching in SslContextFactory has the unexpected side-effect of also disabling SNI.
It affects a decision when creating an SSLEngine which seeps down into the innards of Java SSL implementations
How to reproduce?
Create two Jetty
HttpClient
s, one having aSslContextFactory
with Session Caching disabled.Run
java
with-Djavax.net.debug=all
and look for this errorThe text was updated successfully, but these errors were encountered: