Boniforti Flavio wrote: > This is what I get in access.log: > > 1084802777.627 6 10.167.211.11 TCP_DENIED/403 1353 CONNECT > login.oscar.aol.com:5190 - NONE/- text/html > > 1084803020.025 2 10.167.211.11 TCP_DENIED/403 1357 CONNECT > messenger.hotmail.com:1863 - NONE/- text/html
The logs say it all. GAIM is trying to tunnel through the proxy using the CONNECT method, which Squid restricts to a small list of ports. Add those two ports to the Safe_ports and SSL_ports acls, then create an http_access rule that denies those two ports unless they are to the relevant servers. Adam
