Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Enabling session resumption

Hello all,

I run an embedded Jetty 9.4.20.v20190813 and would like to get TLS session resumption working. I currently only support TLS 1.2/1.3 protocols.

Qualys SSL-test now says:

Session resumption (caching):    No (IDs assigned but not accepted)
Session resumption (tickets):    No

I tried sslContextFactory.setSessionCachingEnabled(true) but appearantly that is not sufficient. Can anyone enlighten me on this subject?

Kind regards,

Silvio



Back to the top