Rich West <Rich.West@wesmo.com> writes:
> I've got SQUID compiled and installed, and I am attempting to do a rather basic
> installation (wide open access for internal and external users) just to get it
> running, and then implement the ACL's and lock things down a bit.
>
> However, my initial end-user tests have AOL Instant Messenger (AIM) via the
> proxy failing. :(
>
> The log only shows:
> TCP_DENIED/403 988 CONNECT login.oscar.aol.com:5190 - NONE/- -
>
> I'm not exactly sure where to go from here. I've combed the archives and
> gotten a little bit of help, but nothing directly relating to such a simple
> setup. Any ideas/pointers would be fantastic!
add 5190 to the SSL_ports acl
or do something like
acl AIM_Port port 5190
http_access allow CONNECT AIM_Port
before the default
http_access deny CONNECT !SSL_ports
-- Never argue with a fool in public. People might not see the difference.Received on Mon Nov 25 2002 - 07:19:29 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:33 MST