I was having problems getting Filezilla to work with my Squid/Centos6 server.
I added the following lines to squid.conf
acl ftp proto FTP
always_direct allow ftp
But still was not working, then later came across this solution
acl SSL_ports port 1025-65535 # unregistered ports
And that fixed the whole thing.
This also fixed problems when using Netbeans 7 and git trying to connect to bitbucket.org.
No comments:
Post a Comment