cURL / Mailing Lists / curl-library / Single Mail

curl-library

Maybe BUG ? CRASH

From: Lapo TIN <lapolapolapo_at_tin.it>
Date: Tue, 29 Mar 2005 16:53:49 +0200

I'm trying to use Curl for HTTPS, with WINXP. I did this:

curl https://192.168.0.150:443/consenso.php
    I was expecting an error due to the verification, and infact it printed
out:

    curl: (60) SSL certificate problem, verify that the CA cert is OK.
Details:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed
    More details here: http://curl.haxx.se/docs/sslcerts.html

so I tried to skip the verification, doing like that:
    curl -k https://192.168.0.150:443/consenso.php
but IT CRASHED !!

do you know why ?
Did I make some mistakes ?

thanks in advance
Lapo
Received on 2005-03-29