Untitled
public text v1 · immutable /* Pass CURL_CA_BUNDLE if set */
if (pszCurlCABundle)
if (strcasecmp(pszCurlCABundle, "nocheck") == 0)
curl_easy_setopt(http_handle, CURLOPT_SSL_VERIFYPEER, FALSE );
else
curl_easy_setopt(http_handle, CURLOPT_CAINFO, pszCurlCABundle );