cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1826500 ] ftps doesn't work for AIX

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 05 Nov 2007 18:12:40 -0800

Bugs item #1826500, was opened at 2007-11-05 17:49
Message generated for change (Comment added) made by dfandrich
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1826500&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ftp
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yin Lin (yinlin)
Assigned to: Daniel Stenberg (bagder)
Summary: ftps doesn't work for AIX

Initial Comment:
AIX 5.2
curl v7.16.2 and 7.17.0
openSSL 0.9.8e

Problem:
both implicit and explicit mode has problems for ftps:
Tried same commands on Windows, no problem.

Explicit mode:
./curl --ftp-ssl -v -k ftp://test:test@192.168.160.160/in/ttt.txt

return:
* About to connect() to 192.168.160.160 port 21 (#0)
* Trying 192.168.160.160... connected
* Connected to 192.168.160.160 (192.168.160.160) port 21 (#0)
< 220-FileZilla Server version 0.9.18 beta
< 220-written by Tim Kosse (Tim.Kosse_at_gmx.de)
< 220 Please visit http://sourceforge.net/projects/filezilla/
> AUTH SSL
< 234 Using authentication type SSL
* error setting certificate verify locations, continuing anyway:
* CAfile: /quovadx_dev/qdx5.6B4/integrator/share/curl/curl-ca-bundle.crt
  CApath: none
* SSLv2, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* Unknown SSL protocol error in connection to 192.168.160.160:21
* Closing connection #0
curl: (35) Unknown SSL protocol error in connection to 192.168.160.160:21

Implicit mode got better but data layer SSL got error:
./curl -v -k ftps://test:test_at_192.168.160.160/in/ttt.txt

return:
* About to connect() to 192.168.160.160 port 990 (#0)
* Trying 192.168.160.160... connected
* Connected to 192.168.160.160 (192.168.160.160) port 990 (#0)
* error setting certificate verify locations, continuing anyway:
* CAfile: /quovadx_dev/qdx5.6B4/integrator/share/curl/curl-ca-bundle.crt
  CApath: none
* SSLv2, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using AES256-SHA
* Server certificate:
* subject: /C=01/ST=california/L=mountain view
* start date: 2006-08-25 22:27:42 GMT
* expire date: 2007-08-25 22:27:42 GMT
* common name: WARNING couldn't obtain
* issuer: /C=01/ST=california/L=mountain view
* SSL certificate verify result: self signed certificate (18), continuing anyway.
< 220-FileZilla Server version 0.9.18 beta
< 220-written by Tim Kosse (Tim.Kosse_at_gmx.de)
< 220 Please visit http://sourceforge.net/projects/filezilla/
> USER test
< 331 Password required for test
> PASS test
< 230 Logged on
> PBSZ 0
< 200 PBSZ=0
> PWD
< 257 "/" is current directory.
* Entry path is '/'
> CWD in
< 250 CWD successful. "/in" is current directory.
> EPSV
* Connect data stream passively
< 229 Entering Extended Passive Mode (|||2660|)
* Trying 192.168.160.160... connected
* Connecting to 192.168.160.160 (192.168.160.160) port 2660
> TYPE I
< 200 Type set to I
> SIZE ttt.txt
< 213 11706
> RETR ttt.txt
< 150 Connection accepted
* Doing the SSL/TLS handshake on the data stream
* error setting certificate verify locations, continuing anyway:
* CAfile: /quovadx_dev/qdx5.6B4/integrator/share/curl/curl-ca-bundle.crt
  CApath: none
* SSLv2, Client hello (1):
* error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

----------------------------------------------------------------------

>Comment By: Dan Fandrich (dfandrich)
Date: 2007-11-05 18:12

Message:
Logged In: YES
user_id=236775
Originator: NO

Does this happen every time? Could this be the same problem as discussed
at http://curl.haxx.se/mail/archive-2007-10/0129.html ?

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1826500&group_id=976
Received on 2007-11-06

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET