Hi,
 
I’m having some problem to obtain the client certificate/public key in my server application.
 
In my client app I’m using func SSL_CTX_use_certificate_file(); to add my cert to the SSL_CTX structure.
I can receive the servers certificate ok.
 

On the server side I’m using the SSL_get_peer_certificate(); .
But it always return NULL.
 
I don’t know if I’m missing something.
 
Thanks
 
/Jorgen
 

 

Reply via email to