π ~1 min read
Table of contents
Symptom & Impact
Update detection fails behind proxy with 0x8024402c and no approved patches are retrieved.
Environment & Reproduction
Common after proxy PAC or firewall egress changes.
netsh winhttp show proxy
Get-ItemProperty HKLM:SoftwarePoliciesMicrosoftWindowsWindowsUpdate
Root Cause Analysis
WinHTTP settings do not match network egress path expected by update client.
Quick Triage
Test outbound TLS connectivity to WSUS/Microsoft Update endpoints.
Test-NetConnection download.windowsupdate.com -Port 443
Test-NetConnection wsus01 -Port 8531
Step-by-Step Diagnosis
Inspect client logs for proxy auth and DNS resolution failures.
Get-WindowsUpdateLog -LogPath C:Tempwu-185.log
findstr /i /c:"proxy" C:Tempwu-185.log

Solution β Primary Fix
Set correct WinHTTP proxy or reset to direct as per network design, then rescan.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
netsh winhttp set proxy proxy.corp.local:8080
netsh winhttp show proxy
usoclient StartScan

Solution β Alternative Approaches
Import IE proxy settings to WinHTTP for server contexts that rely on enterprise PAC.
netsh winhttp import proxy source=ie
Verification & Acceptance Criteria
Server successfully detects updates and no proxy errors remain in log.
Get-WindowsUpdateLog -LogPath C:Tempwu-185-after.log
Rollback Plan
Re-apply previous WinHTTP value if shared service routes are impacted.
netsh winhttp reset proxy
Prevention & Hardening
Track proxy changes through CAB and validate update path in pre-production.
wevtutil qe System /q:"*[System[(EventID=1014)]]" /f:text /c:10
Related Errors & Cross-Refs
Related: 0x80072EE7 DNS failure, 0x80244018 unauthorized proxy auth.
Related tutorial: View the step-by-step tutorial for Windows Server 2016.
View all Windows Server 2016 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
WinHTTP proxy and Windows Update networking requirements documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.