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)
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.seReceived on 2008-06-23