Hallo, try add this port 1863 to SSL_ports instead of Safe_ports or allow CONNECT method to this port. On Fri, 3 Oct 2008 07:40:18 -0700 (PDT) fbaiao <fbaiao@xxxxxxxxx> wrote: > > Hi people. > > My squid is blocking Trillian and I'm not finding the reason. > > This message is shown on log: > 1222973925.596 0 192.168.0.253 TCP_DENIED/403 1399 CONNECT > messenger.hotmail.com:1863 - NONE/- text/html > > > But this port is allowed to be used in squid.conf: > > acl Safe_ports port 1863 # Trillian > > ..... > > > # Only allow cachemgr access from localhost > http_access allow manager localhost > http_access deny manager > # Deny requests to unknown ports > http_access deny !Safe_ports > # Deny CONNECT to other than SSL ports > http_access deny CONNECT !SSL_ports > > ..... > > > acl our_networks src 192.168.0.0/24 > http_access deny !white !free > http_access allow our_networks > > http_access allow localhost > > # And finally deny all other access to this proxy > http_access deny all > > > > > Please, help me to understand why trillian is being blocked. > Thanks in advance. > Regards, > Flavio Baião.