Opened 5 years ago

Closed 5 years ago

#11915 closed Bug report (fixed)

Proxy connect timeout

Reported by: romain Owned by:
Priority: high Component: FileZilla Client
Keywords: squid, proxy Cc:
Component version: 3.42.1 Operating system type: Windows
Operating system version: 10.0 64 bits

Description

Hi

Filezilla can't connect anymore through proxy HTTP/1.1.

This configuration worked fine since 8 years.

Filezilla : last version (3.42.1) (windows and linux tested)
Pure-ftpd : v1.0.36
Squid Cache: Version 3.1.23

Logs :

Squid (nothing wrong) :

1557475523.736  20091 IP.OF.CLIENT TCP_MISS/200 266 CONNECT HOST.FTP.SERVER:21 login.client DIRECT/IP.FTP.SERVER -

Filezilla debug mode :

Suivi :	CFtpControlSocket::ResetOperation(2114)
Suivi :	CControlSocket::ResetOperation(2114)
Suivi :	CFtpLogonOpData::Reset(2114) in state 1

Change History (2)

comment:1 by romain, 5 years ago

Priority: highcritical

Edit :
Proxy & FTP server tested successfuly with lftp :

# lftp 
lftp :~> set ftp:proxy http://login:pass@host.domain.tld:3128
lftp :~> open host.domain.tld
lftp host.domain.tld:~> USER login              
Mot de passe : 
lftp login@host.domain.tld:~> dir
drwxr-xr-x  --  /                          
drwxr-xr-x  --  ..
-rw-r--r--     4588940k  2019-05-10 01:27  [CONTENT...]
lftp login@host.domain.tld:~> ls
drwxr-xr-x  --  /
drwxr-xr-x  --  ..
-rw-r--r--     4588940k  2019-05-10 01:27  [CONTENT...]

comment:2 by Tim Kosse, 5 years ago

Priority: criticalhigh
Resolution: fixed
Status: newclosed

Thanks for reporting this issue, it will be fixed in the next version of FileZilla.

Note: See TracTickets for help on using tickets.