Allow AOL Messenger in Squid

To allow AOL Instant Messenger traffic via https with Squid, change the following line in the Squid configuration file

1. vi /etc/squid/squid.conf

2. Change:
acl SSL_ports port 443 563

To:
acl SSL_ports port 443 563 5190

3. Send the Squid process a SIGHUP or use the service command.
/sbin/service squid reload

2 Responses to “Allow AOL Messenger in Squid”

  1. shewdiz Says:

    does this work for yahoo too?

  2. Nitin Says:

    Thanks Nikesh….that is a good tip…


Leave a Reply