On Wed April 28 2010 16:26:52 xxx xxx wrote: > Thanks for your kind response. > So i need to concatenate all CA files (PEM) in a single file and give that > as an input for CURLOPT_CAINFO. > Is it so ? Is there any other way of specifying as separate files ?
These details depend on the SSL library you use in the first place. You can check by 'curl --version' which one it is. I believe the documentation is clear enough in this aspect: http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCAINFO http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCAPATH Kamil ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
