cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl and ssl

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 19 Jan 2005 23:18:30 +0100 (CET)

On Wed, 19 Jan 2005, Michael Pace wrote:

> [root_at_www certs]# curl -v -k --ftp-ssl --cacert

Note that -k and --cacert are opposites. We should probably make the tool
refuse to continue if both these are used...

I *think* you meant to use the --cert option and not --cacert.

>> USER username
> < 530 User is not the same as specified in the X.509
> Certificate.

The "X.509 Certificate" it speaks of is probably your client certificate that
you must tell curl to use. With the --cert option.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-01-19