All pastes #2074225 Raw Edit

Untitled

public text v1 · immutable
#2074225 ·published 2011-06-03 18:41 UTC
rendered paste body
       /* 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 );