Seite 1 von 1

HTTP Proxy does not work with support.microsoft.com

Verfasst: Di 03.06.2008, 19:00
von ajl119
Es besteht ein Problem mit Squid (HTTP-Proxy) und support.microsoft.com auf die securepoint Firewall;

Wenn der HTTP-Proxy aktiviert securepoint kann man nicht navigieren Sie zu "http://support.microsoft.com".

Hier sind die allgemein bekannten Fix / Workaround;

EDIT: / etc / squid / squid.conf

fügen Sie die folgenden Zeilen 3;
# Fix support.microsoft.com durch die Beseitigung von Accept-Encoding-Header
ACL support.microsoft.com dstdomain support.microsoft.com
header_access Accept-Encoding leugnen support.microsoft.com

Nun starten Sie den HTTP-Proxy.

Dieses Update verhindert, dass die Microsoft-Support-Website von gzip'ing deren Inhalt.

Dank

--------------------------------------------

There is a issue with squid (HTTP Proxy) and support.microsoft.com on the securepoint firewall;

If the HTTP proxy is enabled in securepoint you cannot browse to 'http://support.microsoft.com'.

Here’s the commonly known fix/workaround;

EDIT: /etc/squid/squid.conf

add the 3 following lines;
# 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

Now restart the HTTP proxy.

This fix prevents the Microsoft support site from gzip’ing their content.

Thanks :D

HTTP Proxy does not work with support.microsoft.com

Verfasst: Mi 04.06.2008, 10:09
von merlin
hello,

this is correct, thanks!
my problem:
i can't save this configuration. everytime i tried to save this configuration, the squid.conf-file is the standard-version.

kind regards,
rolf

HTTP Proxy does not work with support.microsoft.com

Verfasst: Mi 04.06.2008, 11:26
von ajl119
Hallo, Sie haben einen Neustart squid auf der Befehlszeile, wenn Sie sich als Root an.
Wenn Sie einen Neustart des squid mit securepoint, wird diese wieder zurück!

Aus diesem Grund ist eine Korrektur muss in Betrieb genommen werden securepoint. hope this helps:)

---------------------------------------------------------------

Hello, you have to restart squid on the command line when logged in as root.
If you restart squid using securepoint it will get reverted back!

This is why a fix needs to be put into securepoint. hope this helps :)

HTTP Proxy does not work with support.microsoft.com

Verfasst: Mi 04.06.2008, 11:42
von merlin
it appears correct.

thanks!

HTTP Proxy does not work with support.microsoft.com

Verfasst: Mi 04.06.2008, 14:24
von Andreas
Have you tried to edit the squid.conf itself or the template?

HTTP Proxy does not work with support.microsoft.com

Verfasst: Mi 04.06.2008, 14:42
von merlin
the template