I have an unusual situation with an embedded SSL client using libcurl.

I need to send a client certificate to the server for validation even though 
the client does not validate the server certificate. (CURLOPT_SSL_VERIFYPEER = 
0)

Is this possible?  I have confirmed that I can establish a connection when I 
supply a CACert bundle and set VERIFYPEER = 1, but the connection is refused 
when I set VERIFYPEER = 0.

Thanks,

Bill



-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to