Article Summary: This article provides information on troubleshooting error 0x80244021 when checking for updates on a Windows machine.
When attempting to check for updates from a Windows Server Update Services (WSUS) server on a computer running Windows 7 or a later version (including client and server versions), you may receive the following error:
Clicking Try again simply results in the error being repeated. As shown in WUA Networking Error Codes, code 0x80244021 translates to WU_E_PT_HTTP_STATUS_BAD_GATEWAY, which in turn translates to "The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request."
Note that in this situation, the affected computer may or may not be able to automatically check for and download updates from WSUS. Manual update checking will definitely be affected, however.
This issue can occur if the computer checking for updates is behind a proxy server, even if the WSUS server is on the same local network and Internet Explorer is configured to bypass the proxy server for local addresses. A packet trace will confirm that traffic is being sent to the proxy rather than the local WSUS server. The reason this happens is twofold:
Since the Group Policy setting that directs clients to a WSUS server typically uses the server's FQDN, manually checking for updates causes traffic to be sent to the proxy server instead of directly to the WSUS server, and error 0x80244021 results. To resolve the issue, follow the steps listed in KB262981, linked above, to create one or more exceptions to Internet Explorer's proxy configuration on affected machines:
A lot of flexibility is available when creating proxy exceptions in Internet Explorer. For more information, see Using Proxy Selection and Proxy Bypass Lists.
Article ID: SLN286507
Last Date Modified: 09/23/2014 03:23 PM
Thank you for your feedback.