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

Re: [jetty-users] Issue with Jetty 9.4

2020-01-16 Thread Sujay Pujari
Hi Gregory, Thanks for your extended help, we were able to resolve JSP issue ( login page not loadable). with following code changes. Before starting the server, added this line of code. org.eclipse.jetty.webapp.Configuration.ClassList classlist = org.eclipse.jetty.webapp.Configuration.ClassLis

Re: [jetty-users] Issue while upgrading jetty

2020-01-16 Thread Sujay Pujari
Hi Joakim, Thanks for your extended help, we were able to resolve JSP issue ( login page not loadable). with following code changes. Before starting the server, added this line of code. org.eclipse.jetty.webapp.Configuration.ClassList classlist = org.eclipse.jetty.webapp.Configuration.ClassList