Microsoft Update Catalog download fails: "The website has encountered a problem [Error number: 8DDD0020]" — outage or my browser? Workaround
catalog.update.microsoft.com loads fine. Search works, results render, everything looks normal. The moment I click Download, the popup either comes up completely blank or shows:
The website has encountered a problem
[Error number: 8DDD0020]
Reproduced on Edge, Chrome and Firefox. Two machines, one Windows 11 client and one Server 2025. Corporate line and a home line. Same KB, same result every time.
Before I open a ticket I want to know how to tell these two situations apart:
- the catalog is genuinely down, in which case I wait
- something on my side is breaking the download popup, in which case waiting is a waste of a morning
The site being up while only the download popup dies makes me lean towards (2). Against that: I have seen the exact same error number reported by other people going back to early June, across different browsers and different operating systems, which does not look like a local misconfiguration. And separately the catalog has genuinely gone down recently along with the Store and WSUS, so both failure modes are live.
What is the actual test that separates them?
@p99_hana · 2h ago · 3 replies
The test is which part fails.
A real catalog outage takes the whole site: search returns nothing, or the page itself 5xxs, or the hostname does not answer. If the search page renders results and only the download popup dies with 8DDD0020, that is not an outage, that is the download path.
The diagnosis people have converged on in the thread on Microsoft's own Q&A site is mixed content. The catalog's download popup is built on old plumbing and hands the browser an http:// stream from an https:// page. Modern Edge, Chrome and Firefox block that silently, and what you see is a blank popup or that error number. It explains the pattern you describe exactly: cross-browser, cross-OS, cross-ISP, because it is the browsers that changed, not your network.
Workaround from that thread, per site:
Honest caveat: that is the community diagnosis, not an official statement. I could not find a Microsoft root cause note or a server-side fix announcement for it.
Reply
Report
@kernel_ring_buf · 2h ago
Allowing insecure content for the catalog domain in Edge did it. Download popup opens, file comes down. Amusingly the file itself still arrives over https once the permission is set — the block seems to be about how the popup is constructed rather than the transfer itself.
Reply
Report
@salted_hash_h · 2h ago
Scope that carefully before it becomes estate-wide policy. "Allow insecure content" is exactly the permission your security reviewer will ask you to justify. Set it for catalog.update.microsoft.com only, on the admin workstation only, and take it off when the patch cycle is done. Do not push it as a browser policy to the fleet because one popup annoyed you.
Reply
Report