Monday, January 28, 2008

SSL Session Id

If you see the OpenSSL error message SSL_GET_PREV_SESSION:session id context uninitialized, you need to set SSL_CTX_set_session_id_context(). The "session id context" is the name of your service. (OpenSSL Docs)

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home