Centos 6.9 SSL handshake failed HTTPS

Support for security such as Firewalls and securing linux
Post Reply
metallica1973
Posts: 17
Joined: 2007/12/27 11:33:00

Centos 6.9 SSL handshake failed HTTPS

Post by metallica1973 » 2017/06/20 15:19:46

I am currently trying to connect to an app via (https://10.0.0.180:1414) that I have built on a Centos 6.9 server using

Code: Select all

openssl-1.0.1e-57.el6.x86_64
Whenever I attempt to connect to it using any browser, I can see in our logs and error of:

Code: Select all

06/20/17 11:17:56 [10.0.0.156:47514] SSL handshake failed: ,SSL accept attempt failed error:140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context uninitialized
06/20/17 11:17:56 [10.0.0.180:47515] SSL handshake failed: ,SSL accept attempt failed error:140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context uninitialized
06/20/17 11:18:02 [10.0.0.180:47517] SSL handshake failed: ,SSL accept attempt failed error:140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context uninitialized
06/20/17 11:18:02 [10.0.0.180:47518] SSL handshake failed: ,SSL accept attempt failed error:140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context uninitialized
I also see the same thing using Centos 7.X. Has anyone experienced this before?

Post Reply