Cannot resume SSL connection on RST
We recently switched from Sparc to x86/Vmware and are seeing some strange SSL behavior. The old JDK was 1.5.22 and the new one is 1.5.52
We see when a client ends a connection with a RST, attempts to resume the SSL session fails and they must reneg all over again. This is causing a huge spike in bandwidth and CPU.
Using openssl, if I connect and save my SSL session and close the session with a "QUIT", I can resume the session if I connect again with the same session ID.
If I connect (again saving my session), and close with a RST (Ctl C in openssl), if I try to reconnect I am forced to reneg the session.
We see when a client ends a connection with a RST, attempts to resume the SSL session fails and they must reneg all over again. This is causing a huge spike in bandwidth and CPU.
Using openssl, if I connect and save my SSL session and close the session with a "QUIT", I can resume the session if I connect again with the same session ID.
If I connect (again saving my session), and close with a RST (Ctl C in openssl), if I try to reconnect I am forced to reneg the session.
0