Page 1 of 1

Squid proxy for FileZilla Client not working

Posted: 2023-03-01 06:03
by jzhu@proofpoint.com
I set up Squid proxy for FileZilla client 3.63.0.
1. MacBook Pro local machine: FileZilla client and Squid container.
2. Squid proxy for both http and ftp proxy at 3128 port in docker container.
3.Remote FPT server is 35.86.249.48 vsftp

Problem: If I use squid proxy, not working, see console output. Please give the clue to fix. Thank you very much.

But if bypass proxy, it works fine

I also tried "lftp", with set ftp:proxy http://localhost:3128, it is working fine.

Status: Connecting to 35.86.249.48 through HTTP proxy
Status: Resolving address of localhost
Status: Connecting to [::1]:3128...
Status: Connection with proxy established, performing handshake...
Status: Connection established, waiting for welcome message...
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 35.86.249.48 through HTTP proxy
Status: Resolving address of localhost
Status: Connecting to [::1]:3128...
Status: Connection with proxy established, performing handshake...
Response: Proxy reply: HTTP/1.1 200 Connection established
Status: Connection established, waiting for welcome message...
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server