> I am new to openssl and now i face the problem
> "SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificat  errror" .While
> searching in google
> i have found you too had the same problem and also you  was able to rectify 
> the
> problem. Can you please help me to solve this problem .

The server doesn't automatically request a certificate from the
client.

Use something like

SSL_CTX_set_verify(ctx,SSL_VERIFY_PEER,NULL);
SSL_CTX_set_verify_depth(ctx,10);

Thanks
-- 
Michael Simms
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to