Subject: | 140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context uninitialized |
Good day.
I am receiving next error on second connection of Firefox to a http
server based on IO::Socket::SSL with enabled client authorization:
SSL accept attempt failed with unknown error error:140D9115:SSL
routines:SSL_GET_PREV_SESSION:session id context uninitialized
SSL context is reused between connections, but session cache is disabled.
I've found similar report on nginx forum
http://forum.nginx.org/read.php?2,52263
Could you please suggest how to fix it?