cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: HTTPS problems

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 16 Mar 2003 16:56:07 +0100 (CET)

On Sun, 16 Mar 2003, Gisle Vanem wrote:

> I've build curl 7.10.4-pre4 with OpenSSL 0.9.7a. But it it doesn't work
> with https:
>
> curl.exe -v https://www.fortify.net/sslcheck.html
> * About to connect() to www.fortify.net:443
> * Connected to www.fortify.net (198.65.143.195) port 443
> * error setting certificate verify locations
> * Closing connection #0
> curl: (60) error setting certificate verify locations
>
> I've compiled with
> CFLAGS += -DCURL_CA_BUNDLE=\"$(shell pwd)/ca-bundle.crt\"
>
> Is it a problem with OpenSSL or curl? Checking the URL with IE 6 is no
> problem.

Use -k. Their server certificate is not verifyable using the default CA cert
bundle:

        http://curl.haxx.se/docs/sslcerts.html

-- 
 Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs.
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Received on 2003-03-16