curl-users
Re: Curl and WS_FTP server query
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 29 Aug 2005 16:28:33 +0200 (CEST)
Date: Mon, 29 Aug 2005 16:28:33 +0200 (CEST)
On Mon, 29 Aug 2005, rajagopal.varadharajan_at_bt.com wrote:
> When ssl is enabled on the WS_FTP server, and I try curl --with-ssl option,
> Do I need to create and add a certificate for my unix box to the curl crt
> bundle or do I need to add the certificate to WS_FTP server side
> certificate?
...
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
> verify failed
You didn't disable CA cert verification, so curl tried to verify your server's
certificate and it failed.
For in-depth details, try this document:
http://curl.haxx.se/docs/sslcerts.html
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-08-29