curl-users
Re: FTP/SSL issue; Help!
Date: Sat, 4 Apr 2009 22:53:58 +0200 (CEST)
On Fri, 3 Apr 2009, Max wrote:
> * Connect data stream passively
> < 227 PASV Entering passive mode (zz,zz,zz,zz,z,zzz).
> * couldn't connect to host
> * Closing connection #0
> * SSLv3, TLS alert, Client hello (1):
> curl: (7) couldn't connect to host
Your network doesn't allow you to connect to that server/port (possibly
because it can't do stateful FTP packet inspection on encrypted connections)
or the remote server told you the wrong info. Or similar.
>> PORT 192,168,100,21,230,143
Unless the server you're talking to is in your local LAN, sending a 192.168.*
address to a remote server is not going to work.
> < 227 PASV Entering passive mode (zz,zz,zz,zz,zz,zzz).
> curl: (7) couldn't connect to host
Again something prevents curl from be allowed to connect to the new
server+post that the remote server asks for.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2009-04-04