SSL Connection Reset after 5 minutes
807567May 15 2007 — edited Jul 24 2007I have a web application running on 6.1 SP7. The app is running under ssl and connects to another app also running ssl. The first application requests a large file from the second. But after 5 minutes the first application fails with:
[15/May/2007:14:57:42] warning (14366): CORE3283: stderr: java.net.SocketException: Connection reset
The second application continues to pull together the file to send but then also fails when it tries to write the file back because the connection has been reset.
The SSLSessionTimeOut is set to 28800 for both web servers
This problem seems like I've missed a timeout setting somewhere.
Thanks for any help!