Hello,
 
I have  client application program in which I call the method "SSL_CTX_set_verify" as SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL). Whenever the incoming server certificate is invalid the the application immediately aborts. How do I overcome this..I need to abort grace fully calling "SSL_get_verify_result(ssl)!=X509_V_OK)" and other verification methods.
 
Please enlighten me !
 
Thanks & Regards,
 
Prabhu. S

 
 


Reply via email to