cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl and ssl

From: Michael Pace <mpace79_at_yahoo.com>
Date: Wed, 19 Jan 2005 08:04:44 -0800 (PST)

I am trying to use curl to ftp using a ssl key
provided to me by the remote site. I keep getting the
error "curl: (9) Access denied: User is not the same
as specified in the X.509 Certificate.", however the
remote site states I am using the correct username.
Can anybody help?? Thanks!

Version - 7.12.1
OS - Fedora Core 3

OUTPUT:

[root_at_www certs]# curl -v -k --ftp-ssl --cacert
/home/certs/Cert.pfx ftp://ftpsitename.com -u
username:password
* About to connect() to ftpsitename port 21
* Trying 1.2.3.4... * connected
* Connected to ftpsitename (1.2.3.4) port 21
< 220 IE-FTP server (v4r3m0.f) ready on system USA.
> AUTH SSL
< 234 AUTH command accepted - proceed with
Negotiation.
* error setting certificate verify locations,
continuing anyway:
* CAfile: /home/certs/Cert.pfx
  CApath: none
* SSL connection using EXP1024-DES-CBC-SHA
* Server certificate:
* subject: /C=US/O=IBB/OU=Interchange Services
for e-business: Server/CN=ieftpint2.services.ibm.com
* start date: 2003-07-11 20:43:54 GMT
* expire date: 2005-07-10 20:43:54 GMT
* common name: ftpsitename (matched)
* issuer: /C=US/O=IBB/OU=Interchange Services
for e-business/CN=PKI Services Root CA
* SSL certificate verify result: error number 1 (19),
continuing anyway.
> USER username
< 530 User is not the same as specified in the X.509
Certificate.
* Access denied: User is not the same as specified in
the X.509 Certificate.
* Closing connection #0
curl: (9) Access denied: User is not the same as
specified in the X.509 Certificate.

                
__________________________________
Do you Yahoo!?
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com
Received on 2005-01-19