cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: File transfer to certificated secure site

From: Chris Dawson <xrdawson_at_gmail.com>
Date: Wed, 30 Nov 2005 12:13:09 -0800

Perhaps you can use the -k switch to ignore this?

Chris

On 11/30/05, Russell Deitch <russdeit_at_hotmail.com> wrote:
> Thanks for that: definite progress.
>
> curl -F "text_file=@README" https://<web server>/folder --trace trace.txt
>
> curl: (60) error setting certificate verify locations:
> CAfile: /usr/local/share/curl/curl-ca-bundle.crt [UNIX but my source and
> dest are both pcs].
> CApath: none
>
> ... connected to https://<web server> port 443
> error setting certificate verify locations:
>
> What do I need to specify in the --cacert parameter please?
>
> Russell
>
>
>
Received on 2005-11-30