Jaro Kovacik wrote:
> Hallo,
>
> try add this port 1863 to SSL_ports instead of Safe_ports or allow
> CONNECT method to this port.
Needs to be added to both for these config:
Safe_Ports to allow access.
SSL_Ports to allow CONNECT.
Theres a wiki section on Chat now with Trillian entries:
http://wiki.squid-cache.org/ConfigExamples/Chat/Trillian
That log suggests its more of a MSN protocol being run through Trillian,
than the Trillian protocol though.
http://wiki.squid-cache.org/ConfigExamples/Chat/MsnMessenger
Amos
>
> On Fri, 3 Oct 2008 07:40:18 -0700 (PDT)
> fbaiao <fbaiao_at_yahoo.com> 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.
-- Please use Squid 2.7.STABLE4 or 3.0.STABLE9Received on Sat Oct 04 2008 - 03:30:58 MDT
This archive was generated by hypermail 2.2.0 : Sat Oct 04 2008 - 12:00:01 MDT