cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl problem with -k option on win32

From: Gisle Vanem <giva_at_bgnett.no>
Date: Wed, 12 Jan 2005 16:58:14 +0100

<gerald_lampe_at_idg.de> wrote:

> I have a problem with curl on a win32-server when I use the -k option for
> insecure SSL-connections. When I use it,
> curl exits without error back to the command line doing nothing. Without
> -k the normal error SSL3_GET_SERVER_CERTIFICATE
> is displayed. What am I doing wrong, can anybody help me?

That's weird. Trying
  curl https://www.fortify.net/cgi-bin/ssl_2

here gives the usual
 curl: (51) SSL certificate verify result: certificate has expired (10)

With "curl -k -otest.ssl https://www.fortify.net/cgi-bin/ssl_2" I get a
html-page.

Try the '--verbose --trace-ascii -' option and see where it stops.

--gv
Received on 2005-01-12