Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SSL session cache not working as expected

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 timeout interval on the client is set to be 1 hour. We are using SSL debug tracing but cannot find any clues. Also a connection request with OPenSSL s_client also shows new handshakes every time.

 

Any assistance will be appreciated.

 

Thanks,

Manpreet


Back to the top