curl-users
RE: "Details on Server SSL Certificates" 3) missing default windows path
Date: Tue, 29 Jun 2004 09:11:07 -0400
You should find that the following will also work:
* 1. application's directory
* 2. current working directory
* 3. Windows System directory (e.g. C:\windows\system32)
* 4. Windows Directory (e.g. C:\windows)
* 5. all directories along %PATH%
See the FindWin32CACert function:
http://curl.haxx.se/mail/archive-2002-10/0174.html.
- Kevin
-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se] On Behalf Of Mike Kienenberger
Sent: Monday, June 28, 2004 8:02 PM
To: curl-web_at_haxx.se
Cc: curl-users_at_cool.haxx.se
Subject: "Details on Server SSL Certificates" 3) missing default windows
path
There's no information provided specifying the default path of the CA
bundle
for Win32 curl in the documentation.
As far as I can tell, this can be specified by defining the
"CURL_CA_BUNDLE"
environment variable to point to the directory that contains
"curl-ca-bundle.crt." This was found by reading the patch source code
in
the mailing list archives, which is hardly ideal. :)
My limited testing appears to prove that this method works for Curl
7.12.0.
-Mike
Details on Server SSL Certificates
http://curl.haxx.se/docs/sslcerts.html
=====================
3. Add the CA cert for your server to the existing default CA cert
bundle.
The default path of the CA bundle installed with the curl package
is:
/usr/local/share/curl/curl-ca-bundle.crt, which can be changed by
running
configure with the --with-ca-bundle option pointing out the path of
your
choice.
=====================
Received on 2004-06-29