cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curLib and OpenSSL and certificates on Windows

From: <TiborSzoke_at_domino.eWorldES.com>
Date: Mon, 28 Oct 2002 11:57:33 -1000

Daniel: Thanks for the info; it helped.

Dave: also thanks: --cacert worked for me from the curl commandline
pointing to the ca-cert.crt file

curLib call:
As the docs pointed out CURLOPT_CAPATH doesn't work on Windows
so I used
      CURLOPT_SSL_VERIFYPEER, 1
      CURLOPT_CAINFO, "d:\\ca-bundle.crt"
easy settings on windows (by the way this one is NT workstation);
This is not needed on Linux.

Regards
Tibor

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-10-28