Skip to main content

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

Hi,

On Fri, Sep 20, 2019 at 2:31 PM Silvio Bierman
<sbierman@xxxxxxxxxxxxxxxxxx> wrote:
>
> 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?

I would not trust ssltest too much about this. For example it took
ages to ssllabs to say that sites were supporting TLS 1.3 (they said
no, but the sites were working *only* on TLS 1.3).

I believe that session resumption works fine, we have tests in Jetty etc.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top