Client Certificates with LibCUrl
问题 I am using libCurl to download a file from a remote server. That remote server requires client certificates. Here are the options that i have tried: curl_easy_setopt(pCurl, CURLOPT_URL, url); curl_easy_setopt(pCurl, CURLOPT_SSL_VERIFYPEER, FALSE); curl_easy_setopt(pCurl, CURLOPT_SSL_VERIFYHOST, 2); curl_easy_setopt(pCurl, CURLOPT_VERBOSE, 1); curl_easy_setopt(pCurl, CURLOPT_CERTINFO, 1L); curl_easy_setopt(pCurl, CURLOPT_SSL_VERIFYPEER, 1); //the following two lines specify the path to my