Hi All, I am using openssl for the HTTPS connection asyncronously. whenever i need to send a HTTPS request , i will create a new SSL connection with the server, i never use the same connection, since the server is not supporting it.
so for every request the SSL_CTX_new() will be called, in the third time , i am getting the error: error:140A90F1:lib(20):func(169):reason(241) Please help me to solve this issue. Thanks, Venkat.