同一台服务器配置HTTPS证书后,IE可访问,谷歌无法访问原创
10人赞赏了该文章
2,052次浏览
编辑于2020年11月24日 11:46:09
问题描述:同一台服务器配置HTTPS证书后,IE可访问,谷歌无法访问,使用其他电脑访问此HTTPS地址也是只有谷歌浏览器无法打开,使用自签的证书和客户自己的证书,更换成测试故障依旧
故障分析:
启用了http2,谷歌浏览器只支持HTTP 2.0协议下的HTTPS 而访问的地址没有使用HTTP2协议
解决方法:
https://stackoverflow.com/questions/64066350/err-http2-inadequate-transport-security
即:
You can try to disable HTTP2 and try it again:
1.Start → regeditEditor(注册表)
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
EnableHttp2Cleartext
4.Ensure both new values have been set to 0(disabled) by right-clicking the value and clicking "Modify..."
5.Restart the OS.(重启电脑或者服务器)
赞 10
10人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!
推荐阅读