Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SSL session resumption with Jetty 9

Hello,

I'm using Jetty 9.0.6.v20130930 with Java 1.7.0_40, and SSL session resumption isn't working.

If I do

 openssl s_client -reconnect -connect hostname:443 | grep Session-ID

then the session ID is not constant, and external SSL checking tools confirm session resumption doesn't work.

I have tried calling setSessionCachingEnabled(true) on the SslContextFactory, but this has no effect (as it is the default anyway).

Session resumption used to work with Jetty 7.

I would be very grateful for any debugging tips.

Thanks,

Ben




Back to the top