We are running a spring boot application with embedded tomcat. The application on its own works fine. When we introduced a F5 LOAD Balancer to load-balance the traffic, our throughput went down. When we connect to the server directly we can see that during handshake, the server reuses the cached session.
When the calls are routed from F5, a new session is always created. What can be the cause for this. This was working well and has broken suddenly. We suspect our f5 configuration is broken. Any pointers for further investigation would be helpful.
%% Initialized: [Session-22, SSL_NULL_WITH_NULL_NULL]
Standard ciphersuite chosen: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
%% Negotiating: [Session-22, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384]
*** ServerHello, TLSv1.2