Hi
I try to share internet connection using Squid proxy. all is work fine but make a problem when I using yahoo Messenger via Squid. I can't enter chat room, got this message
http://img347.imageshack.us/img347/695/18fd.jpg
or
http://img333.imageshack.us/img333/3176/24lp.jpg
I just change these option only in squid.conf
Defalt was Change to
* http_port -------------------> http_port 3128
* cache_mem-----------------> 8 MB
* cache_dir--------------------> cache_dir usf /var/spool/squid
* cache_accesss_log--------> cache_accesss_log /var/log/squid/access.log
* cache_log-------------------> cache_log /var/log/squid/cache.log
* cache_store_log-----------> cache_log /var/log/squid/store.log
* cache_effective_user-----> cache_effective_user squid
* cache_effective_group---> cache_effective_group squid
* visible_hostname---------> visible_hostname iServer
Any Idea? whats problem?