cURL / Mailing Lists / curl-users / Single Mail

curl-users

SSL pb

From: Ludovic Salaun <ludovic.salaun_at_laposte.net>
Date: Sat, 8 Feb 2003 14:09:35 +0100

Hello,

I use cURL 7.10.2 (Windows XP) and openSSL 0.9.6g

first i sent my parameters by post and i get cookies :
curl --insecure --dump-header headers -d "params..."
https://somewhere/index.html
  result:
  ...
  * SSL connection using RC4-MD5
  ...
> POST /somewhere/index.html HTTP/1.1
  ...
    0 0 0 0 0 0 0 0 --:--:-- 0:00:00 --:--:--
0
  * Closing connection #0

then i use them to continue retrieving data :
curl -b headers https://somewhere/releve/liste_comptes.html -o
liste_comptes.html
  result:
  * SSL: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed
  * Closing connection #0
  curl: (35) SSL: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

but it doesn't work (as you can see)

is it because the connection is already closed after the first access ?
Something is strange : at the first call, if i remove '--insecure' it
doesn't work at all !

I call cUrl in the same directory than ssleavy32.dll and libssl32.dll to be
sure they can be found.

Thanks for the help.
Ludovic.

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
Received on 2003-02-08