> I was thinking about using CURLOPT_SSL_CTX_FUNCTION but it seems like a hack.
This is what SSL CTX FUNCTION allows you to do. Some OSes / environments allow you to load from files (such as Linux), where you can use CURLOPT_CAINFO / CAPATH to point to a cert file/directory. In others (such as Windows), you would have to use CURLOPT_SSL_CTX_FUNCTION. Thanks, Arun. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
