简体   繁体   English

Windows 7 上的 WinInet / IE11 启用 TLS 1.2 无法在网站上运行

[英]WinInet / IE11 on Windows 7 TLS 1.2 enabled not working on a website

I have some software where I use Windows WinInet API and IE browser control.我有一些使用 Windows WinInet API 和 IE 浏览器控件的软件。

However a Windows 7 user is reporting problems if though TLS options are checked... I had the user try open the website using IE11 and that fails as well.但是,如果检查了 TLS 选项,Windows 7 用户会报告问题......我让用户尝试使用 IE11 打开网站,但也失败了。 (Which makes sense since it uses the same underlying API as my software) (这是有道理的,因为它使用与我的软件相同的底层 API)

The site apparently loads correctly in Chome.该网站显然在 Chome 中正确加载。

Screenshots below showing the error and configuration:下面的屏幕截图显示了错误和配置:

在此处输入图像描述

在此处输入图像描述

Now I looked up the RC4 cipher mention in the IE11 error and found this: https://support.microsoft.com/en-us/help/3151631/rc4-cipher-is-no-longer-supported-in-internet-explorer-11-or-microsoft现在我查看了 IE11 错误中提到的 RC4 密码,发现: https://support.microsoft.com/en-us/help/3151631/rc4-cipher-is-no-longer-supported-in-internet- explorer-11-or-microsoft

Which essentially states that IE11 now like Chrome and FireFox no longer supports this... But since the user reports Chrome working for the website (and my Windows 10 Edge can load the website as well then...)这基本上表明 IE11 现在喜欢 Chrome 和 FireFox 不再支持这个......但由于用户报告 Chrome 为该网站工作(我的 Windows 10 Edge 也可以加载该网站......)

This seems to leave two explanations:这似乎留下了两种解释:

  • The webhost is using another unsupported cipher?虚拟主机正在使用另一个不受支持的密码?
  • There is some security software blocking IE/WinInet at the API level on the users computer (the user states this is not the case)在用户计算机上,有一些安全软件在 API 级别阻止了 IE/WinInet(用户声明不是这种情况)

Do you have SSL 2.0 enabled?您是否启用了 SSL 2.0?

SSL 2.0 and TLS 1.2 are not compatible with each other in Internet Explorer 9 and later versions. SSL 2.0 和 TLS 1.2 在 Internet Explorer 9 及更高版本中相互不兼容。

More info: https://docs.microsoft.com/en-us/troubleshoot/browsers/cannot-display-https-site更多信息: https://docs.microsoft.com/en-us/troubleshoot/browsers/cannot-display-https-site

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM