Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
WARNING: Closing SSL connection from xx.xx.xx.xx due to timeout. [OpenSSL Error]: file=ossl.c, line=nnnn
Disconnected, connection id=mmmm, reason: connection terminated (iothr.c:162)
[OpenSSL Error]: file=ossl.c, line=2058
Resolution:
Description
=========
If the client cannot send back the SSL handshake information back to the server with handshake_timeout expires, the server will timeout the SSL connection. In the EMS server log file the following will be displayed:
WARNING: Closing SSL connection from xx.xx.xx.xx due to timeout.
[OpenSSL Error]: file=ossl.c, line=1631
If the EMS server is very busy/network issue and can not send back the SSL handshake information back to clients before handshake_expires the client will attempt a new connection. In the EMS server log file the following will be displayed:
Disconnected, connection id=1104, reason: connection terminated (iothr.c:162)
[OpenSSL Error]: file=ossl.c, line=2058
Before EMS 6.3, the default handshake_timeout value is 1 second, after EMS 6.3, the default handshake_timeout value is 3 seconds.