Hi there!
I'm interesting in how to block skype with squid. I found in the net some how-to and i followed it, but no result:
acl block_skype_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
acl connect method CONNECT
http_access deny connect block_skype_IPs all

After that i was still able to use skype. Just for test, i wrote in browser address bar https://196.34.23.4 , i don'n know what this ip is,but anyway, the connection wasn't rejected by squid, after while connection failed with "Connection time out"
The log file says:
"CONNECT 196.34.23.4:443 HTTP/1.0" 503 0 TCP_MISS:DIRECT instead of TCP_DENIED

Where I wrong?

Reply via email to