cURL / Mailing Lists / curl-users / Single Mail

curl-users

File transfer to certificated secure site

From: Russell Deitch <russdeit_at_hotmail.com>
Date: Thu, 01 Dec 2005 15:47:28 +0000

Thanks, Daniel. I'm not quite there yet.

"This certificate cannot be verified up to a trusted certification
authority" (so I don't get the Authority Information Access>URL details)

openssl on Windows doesn't work as specified:

openssl s_client -connect xxxxx.com:443 |tee logfile

unknown option |tee
usage: s_client args

curl -F "Text_file=@README" https://<web server>/folder --capath xyz.com
--insecure --trace trace.txt

curl.exe has encountered a problem and needs to close. We are sorry for the
inconvenience.

In trace.txt: Recv SSL data, 4 bytes (0x4)
0000: 0e 00 00 00

Any further help re cacert?

Thanks.
Received on 2005-12-01