Re: [jetty-users] SSL session cache not working as expected

2020-01-16 Thread Joakim Erdfelt
SslContextFactory has 2 settings. public void setSslSessionTimeout(int sslSessionTimeout) public void setSslSessionCacheSize(int sslSessionCacheSize) If unset, these use JVM defaults. The JVM defaults have changed a few times over the past few years. It used to be .. unlimited cache and 24 hour t

[jetty-users] SSL session cache not working as expected

2020-01-16 Thread Manpreet Singh
Hi, We are using Jetty HTTP Client (from 9.4.10) and making connections to a Jetty server (9.2.17) embedded via Spring Boot. At every HTTP request the full SSL handshake takes place. The same HTTP client when talking to Microsoft IIS server is caching the sessions just fine. The Idle timeou