> How do I get the name of the certificate domain after such an error? I don't 
> want to use debugging and parse the whole debug output for that. Is there an 
> easy way to get the certificate or the certificate domain name after such 
> failure?

Did you tried using curl_easy_setopt (...CURLOPT_CERTINFO...) and 
curl_easy_getinfo (...CURLINFO_CERTINFO ...)?

I think it might be helpful in your case, but I never tried it by myself.

Another option is to use CURLOPT_ERRORBUFFER, which will fill your buffer with 
information about the certificate problem (not sure it will match your needs).

HTH

Yehezkel Horowitz


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

Reply via email to