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 _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
