On Mon, Feb 04, 2002 at 12:36:39PM -0000, vemulapati narasimha reddy wrote:
> Hi All,
> 
> I have problem with the "SSL_connect" Api call , when server(my machine) trying get 
>the certificates from client the following error is coming..
> 
> "SSL server handshake error:SSL3_GET_CLIENT_CERTIFICATE: no certificate returned"

1. Use ssldump to analyze the connection and see, whether a certificate
   is sent.
2. "no certificate returned" is a generic error message that is also issued,
   when the verification process fails. Please check out the section about
   the verify_callback() in the SSL_CTX_set_verify() manual page and install
   one on the server to learn the reason of the failure.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to