Windows 11 updates break localhost (127.0.0.1) HTTP/2 connections
嗯,用户让我总结这篇文章,控制在100字以内,而且不需要特定的开头。我先看看文章讲了什么。 文章主要讲的是Windows 11的10月更新导致localhost功能出问题,影响了很多应用,比如Visual Studio和Duo Desktop。用户安装了KB5066835和KB5065789补丁后,HTTP/2连接到localhost就会出错,出现连接重置或协议错误。 解决方法有几个,比如禁用HTTP/2协议或者安装最新的微软 Defender 更新。但最有效的方法是卸载这两个补丁。用户可以通过命令行卸载,重启后问题解决。 所以总结的时候要包括:Windows 11更新导致localhost HTTP/2连接问题,影响应用,解决方法包括禁用HTTP/2或卸载补丁。 现在控制在100字以内,直接描述内容。 </think> Windows 11的10月更新破坏了HTTP/2下localhost功能,导致应用无法正常连接到127.0.0.1。此问题影响开发调试、身份验证等场景,并可通过禁用HTTP/2协议或卸载相关补丁解决。 2025-10-16 22:30:19 Author: www.bleepingcomputer.com(查看原文) 阅读量:9 收藏

Windows 11 bug

Microsoft's October Windows 11 updates have broken the "localhost" functionality, making applications that connect back to 127.0.0.1 over HTTP/2 no longer function properly.

Localhost refers to the local computer or device you're currently using, which can be accessed through the special IP address 127.0.0.1.

Developers commonly use localhost to test websites or debug applications, but it can also be used by applications that need to connect to a locally running service to perform some action or query.

After installing the Windows 11 KB5066835 Patch Tuesday, and even September's KB5065789 preview update, users are finding that their applications are no longer able to complete HTTP connections to the localhost (127.0.0.1) IP address.

When attempting to do so, they received errors like "ERR_CONNECTION_RESET" or "ERR_HTTP2_PROTOCOL_ERROR".

These issues have been reported by Windows users on the Microsoft forums, Stack Exchange, and Reddit, all stating they are no longer able to make HTTP connections to 127.0.0.1.

The bug has impacted widely used applications, including Visual Studio debugging, SSMS Entra ID authentication, and the Duo Desktop app, which verifies device security posture and requires connections back to web servers running on the localhost.

"After performing Windows Updates for Windows 11 24H2 and 25H2, you may experience an issue where the Duo Prompt is unable to reach Duo Desktop," reads the Duo support bulletin.

"This may prevent successful authentication (or result in limited functionality) in situations where the following are in use: Trusted Endpoints, Policies such as the Duo Desktop & Device Health policy, Duo Desktop as an Authentication Method. Duo Passport. Verified Duo Push with Bluetooth Autofill or Proximity Verification."

BornCity suggests the following Registry entries help resolve the problem by disabling the HTTP/2 protocol but BleepingComputer has not been able to independently confirm this fix.

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters]
"EnableHttp2Tls"=dword:00000000
"EnableHttp2Cleartext"=dword:00000000 

Another method that some claim resolved the problem was to install the latest Microsoft Defender intelligence update. However, others report that it has not fixed the issue on their Windows devices.

Instead, the only sure way to resolve the bug has been to uninstall the October KB5066835 update and September's KB5065789 preview update.

Windows users can uninstall the updates using the following commands:

wusa /uninstall /kb:5066835
wusa /uninstall /kb:5065789

After uninstalling the updates and restarting Windows, the loopback interface should once again allow HTTP/2 connections, resolving the issues using applications.

BleepingComputer contacted Microsoft about this bug and will update our story if we receive a response.

Picus BAS Summit

The Security Validation Event of the Year: The Picus BAS Summit

Join the Breach and Attack Simulation Summit and experience the future of security validation. Hear from top experts and see how AI-powered BAS is transforming breach and attack simulation.

Don't miss the event that will shape the future of your security strategy


文章来源: https://www.bleepingcomputer.com/news/microsoft/windows-11-updates-break-localhost-127001-http-2-connections/
如有侵权请联系:admin#unsafe.sh