cURL / Mailing Lists / curl-users / Single Mail

curl-users

problem connecting to SSL host

From: Stephan Lesher <slesher_at_alpha-sys.com>
Date: Mon, 5 Dec 2005 15:09:27 -0500

I'm running cURL from an AIX platform trying to connect to a windows
based WS-FTP server forcing SSL and I'm having some issues. It appears
to be having problems because the username has a @ in it. The host says
that can't be changed. Here's what I'm getting:

 

 

$ curl --trace -n -v -ssl -l ftp://ftp.alpha-sys.com
<ftp://ftp.alpha-sys.com>
* About to connect() to ftp.alpha-sys.com <ftp://ftp.alpha-sys.com>
port 21
* Trying 12.41.14.40... connected
* Connected to ftp.alpha-sys.com <ftp://ftp.alpha-sys.com>
(12.41.14.40) port 21
< 220 ftp.alpha-sys.com <ftp://ftp.alpha-sys.com> X2 WS_FTP Server
5.0.4 (480685861)
> USER anonymous
< 331 Password required
> PASS curl_by_daniel_at_haxx.se <mailto:curl_by_daniel_at_haxx.se>
< 530 Invalid userid/password
* Access denied: 530
* Closing connection #0
curl: (67) Access denied: 530

 hci_at_basset(qted):/ <mailto:hci_at_basset(qted):/> >

$ curl --trace -u alphaftp21_at_christianacare:fTp$2763
<mailto:alphaftp21_at_christianacare:fTp$2763> -v -ssl -l
ftp://ftp.alpha-sys.com <ftp://ftp.alpha-sys.com/>
* gethostbyname(2) failed for christianacare:fTp763
* Couldn't resolve host 'christianacare:fTp763'
* Closing connection #0
curl: (6) Couldn't resolve host 'christianacare:fTp763'
* About to connect() to ftp.alpha-sys.com <ftp://ftp.alpha-sys.com>
port 21
* Trying 12.41.14.40... connected
* Connected to ftp.alpha-sys.com <ftp://ftp.alpha-sys.com>
(12.41.14.40) port 21
< 220 ftp.alpha-sys.com <ftp://ftp.alpha-sys.com> X2 WS_FTP Server
5.0.4 (480712501)
> USER anonymous
< 331 Password required
> PASS curl_by_daniel_at_haxx.se <mailto:curl_by_daniel_at_haxx.se>
< 530 Invalid userid/password
* Access denied: 530
* Closing connection #0
curl: (67) Access denied: 530

 

 

 

 

 

This transmittal from Alpha Systems is for the sole use of the intended
recipient and may contain confidential and privileged information.
Any unauthorized review or use, including disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the
sender and destroy all copies of the transmittal.
Received on 2005-12-05