cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problems with libcurl and C++ (error 58/60 &c.)

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 23 Jun 2008 23:36:16 +0200 (CEST)

On Mon, 23 Jun 2008, Milo Thurston wrote:

> curl --cert ./pass.pem https://server/file.zip -k -o file.zip

Try the --libcurl option to get a source code for the C version of the same
request.

> curl_easy_setopt(curl,CURLOPT_SSL_VERIFYHOST,0);

-k also sets CURLOPT_SSL_VERIFYPEER to 0L...

-- 
  / daniel.haxx.se
Received on 2008-06-23