Re: [squid-users] Unable to access support.microsoft.com

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Wed, 14 May 2008 14:36:32 +1200 (NZST)

>
> 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
Received on Wed May 14 2008 - 02:36:43 MDT

This archive was generated by hypermail 2.2.0 : Tue Aug 05 2008 - 01:05:13 MDT