cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTP/SSL issue; Help!

From: Max <maxshop01_at_gmail.com>
Date: Sat, 4 Apr 2009 18:08:42 -0400

So are these all issues firewall related? Is the firewall blocking
curl from connecting? Sorry for the newbie question. I'll double-check
with our Admin to make sure that there is no firewall.

On Sat, Apr 4, 2009 at 4:53 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> 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.html
>
-------------------------------------------------------------------
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.html
Received on 2009-04-05