How to disable HTTP/2 on IIS of Windows Server 2016

痴心易碎 提交于 2019-12-04 10:26:33
Zanas Tumasonis

1) start -> regedit

2) Navigate to the folder/path: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters

3) Under the Parameters folder, right-click the white-space, add 2 new DWORD (32-bit) values: EnableHttp2Tls and EnableHttp2Cleartext

4) Ensure both new values have been set to 0 (disabled) by right-clicking the value and clicking modify...

5) Restart the OS

Another solution, if you are only testing, is run Chrome without http2 enabled. from start run, chrome --disable-http2

Also, apparently a fix is coming, we just have to be patient for the rollout. See THIS article

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!