yes its true that server does not request certificate automatically
everything is done by using APIs .. so nothing to say on it..

here the problem is not of server but from client side as the server is not
able to get the client certificate..



On Tue, Nov 25, 2008 at 3:21 PM, Michael Simms <[EMAIL PROTECTED]>wrote:

> > 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]
>



-- 
regards,
Vineeta Kumari
Software engg
Mobera Systems
Chandigarh

Reply via email to