On Tue, 1 Feb 2005 EyalM@xxxxxxxxxxxxxxxxxxxx wrote:
I'm having problems using windows update on Windows XP... checking the logs I find out that iexplorer tries to download updates from
http://v5.windowsupdate.microsoft.com:443/ but then nothing happends.. just hangs.
That would be a very strange thing to do. Port 443 is https, not http.
In the proxy this SHOULD be a "CONNECT v5.windowsupdate.microsoft.com:443" request, not a http:// request. This is a sign of a seriously broken client.
I'm thinking maybe rewriting http://v5.blabla:443/ to https://v5.blabla:443/ (somewhere in squid.conf) do you think that would fix it?
Seriously doubt so. And you would require Squid-3, or the SSL update to Squid-2.5 to be able to do this (gatewaying http->https requests)
Regards Henrik