On 03.10.2012 03:09, dweimer wrote:
On 2012-09-30 05:12, Amos Jeffries wrote:
On 28/09/2012 7:11 a.m., E.S. Rosenberg wrote:
2012/9/27 dweimer :
Our help desk is trying to run the Microsoft Windows 7 Upgrade
Adviser, and
ran into an issue, the Squid server is logging a
"TCP_DENIED_REPLY/403 2876
Response is denied by http_reply_access permissions.
Amos
I finally heard back form the PC tech who was working on this after
some changes, it turns out that the problem was fixed with the
ignore_expect_100 on setting. When doing some test in a different
environment, I received a 417 error instead of a 403, searching
brought me to the expect 100, that setting fixed it in the test
environment, and putting the setting in the production environment
worked as well.
Aha, well that is the workaround. An upgrade to 3.2 series is a better
fix.
417 is the code for "Your requested HTTP/1.1-only feature is not
supported on this HTTP/1.0 connection".
Squid-3.2 supports the HTTP/1.1 expect-100 feature.
Amos