Hello,
I'm new in Squid so sorry if the question is kind of usual.
I have Squid 2.5 stable3 in a RedHAt machine, the problem i have is that i can't connect to an FTP site, i got the squid screen:
An FTP authentication failure occurred while trying to retrieve the URL: ftp://db.myftpsite.com/
Squid sent the following FTP command:
PASS <yourpassword>and then received this reply
User anonymous cannot log in.Your cache administrator is root.
--------------------------------------------------------------------------------
I'm able to browse anonymous FTP sites like
ftp://ftp.ea.com, but not any with authentication.
i have setup
acl FTP proto allow ftp
http_access allow ftp
but still can't connect. I also can't connect to secure port 443 for an application in th network.
when i connect the machines outside te SQUID i can use the ftp and secure ports.