80072F78 MS/Windows Update-revisited

Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems

Moderator: Qbik Staff

80072F78 MS/Windows Update-revisited

Postby pmueller » Nov 21 06 12:01 pm

This thread from October seemed to die out without a resolution documented on this forum. I am also experiencing this error for Windows XP update and would like to know if it was identified and if so, is there a workaround/fix available? I can add that the problem has affected us in October and November for the updates. We also updated to the latest build of Wingate during that time frame. TIA.
pmueller
 
Posts: 18
Joined: Sep 29 04 11:09 am

Re: 80072F78 MS/Windows Update-revisited

Postby Nev » Nov 21 06 2:47 pm

pmueller wrote:This thread from October seemed to die out without a resolution documented on this forum. I am also experiencing this error for Windows XP update and would like to know if it was identified and if so, is there a workaround/fix available? I can add that the problem has affected us in October and November for the updates. We also updated to the latest build of Wingate during that time frame. TIA.


Hi,

Now I don't use Windows Update but WSUS is similar albeit stored locally.

Have read about this fault, what seemed necessary was to point it at a proxy script / wpad style served to the pc either by a central shared directory or better still by webserver / IIS.

Here is part of a proxy auto detect script which could work. Am not sure of the url[s] needed as an exception [where it says http://windowsupdate.com*] and you may have to add more to make it work, plus adjust the ip / port to suit!

=================================

function FindProxyForURL(url, host)
{
// variable strings to return
var proxy_yes = "PROXY 192.168.0.1:80";
var proxy_no = "DIRECT";
if (shExpMatch(url, "http://windowsupdate.com*")) { return proxy_no; }
// Proxy anything else
return proxy_yes;
}

=================================

This could allow the feature to NAT<->MSUpdate perhaps.

Report back, I'd be interested if this fixes. ;-)

There is also some MS-KB articles on adjusting the Windows Update to suit clients behind a proxy, where I use Group Policy.
--
Nev.
Nev
WinGate Guru
 
Posts: 861
Joined: Sep 22 03 11:35 pm
Location: Mudgee ~ NSW ~ Australia


Return to WinGate

Who is online

Users browsing this forum: No registered users and 52 guests