cURL / Mailing Lists / curl-library / Single Mail

curl-library

Verifying peer

From: Vijay <nags.vijay_at_gmail.com>
Date: Tue, 13 May 2008 16:08:11 +0530

 long verify = 0;
  if (curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, verify))
    die("Failed to set curl options");

Am setting it to zero, so as per doc curl should not verify the server
certificate right.
But even if i set 1 or 0 its always verifying.

Is anything wrong in my option setting / or its some other problem?

-- 
VIJAY
Received on 2008-05-13