cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_setopt() option for https

From: Joerg Mueller-Tolk <curl_at_mueller-tolk.de>
Date: Wed, 15 Oct 2003 16:46:13 +0200

Sharma, Amit wrote:

>am trying to figure out the CURL option to set in curl_easy_setopt() for
>doing an https transaction without actually bothering about authecticating
>the server certificate. Something similar to the -k option in the
>commandline utility of curl. [curl -k https://debugSmoke
>
rc = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
Received on 2003-10-15