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



June 23, 2007 at 2:51 pm
does this work for yahoo too?
July 19, 2007 at 6:18 am
Thanks Nikesh….that is a good tip…