Hi, there,

I have tried samples, FAQs and this mailing list for a way to make
my server read my clientīs certificate, without success.
My server accepts connection, the client connects 
to it successfully, everything goes ok with the handshake, the client
reads the server certificate and shows itīs issuer and subject, but
my server canīt get the client certificate for verification. It always
get NULL returned by 
         SSL_get_peer_certificate(con);
The same client (and I used the same command line) connects to 
'openssl s_server' and have itīs certificate printed.

My question is: Is there anybody who can take a look in my server code
and tell me whatīs wrong?

Thank you very much for your time,

Marcos Oliveira.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to