support.microsoft.com not working behind Squid
Can you access support.microsoft.com? Chances are you can’t if you’re behind a squid proxy. Here’s the fix/workaround, Add the lines below into your squid.conf file. should be in /etc/squid/squid.conf. Restart squid and you should be good to go. #> vi /etc/squid/squid.conf add lines into /etc/squid.conf # Fix support.microsoft.com by removing Accept-Encoding header acl support.microsoft.com dstdomain support.microsoft.com header_access Accept-Encoding deny support.microsoft.com #> service squid restart The other way is to remove the tick from “Use HTTP1....