Thx Amos, but why would it work from every other subnet but the one I am on? They all go out the same proxy server Scott -----Original Message----- From: Amos Jeffries [mailto:squid3@xxxxxxxxxxxxx] Sent: Wednesday, 14 May 2008 10:37 AM To: Thompson, Scott (WA) Cc: squid-users@xxxxxxxxxxxxxxx Subject: Re: Unable to access support.microsoft.com > > Hi all > A strange one and probably something stupid at my end but for some > reason I cannot access support.microsoft.com > In IE all I get is a 'cannot display the webpage' error, nothing from > Squid to indicate an error. support.microsoft.com have a broken HTTP/1.1 server. Squid 3.0, 2.5, or an early 2.6? 2.x - Upgrade to a more recent release. 3.x - A header hack to your config is available to bypass this. # Fix broken sites by removing Accept-Encoding header acl broken dstdomain ... request_header_access Accept-Encoding deny broken # NP: don't forget to remove it again when you upgrade out of 3.0 For all the guff see http://squidproxy.wordpress.com/2008/04/29/chunked-decoding/ Amos