Settings | Sign in | Sign up

There are currently 3 posts.

XP系统的IE8访问不了很多https网站的原因是网站把3DES算法禁用了

Floor 1 巨大八爪鱼 5/26/24 12:29

原因见这篇文章:
https://blog.csdn.net/ZLK1214/article/details/138168428

 

XP系统的IE8访问不了https网站的原因:
(1)网站通过SSLProtocol语句禁用了TLS1.0。
(2)网站通过SSLCipherSuite语句禁用了3DES算法。
(3)网站使用的是高版本的openssl软件,并且编译openssl软件的时候没有用enable-weak-ssl-ciphers选项开启3DES算法。
XP系统的IE6访问不了https网站的原因:
(1)网站通过SSLProtocol语句禁用了SSL3.0。
(2)网站通过SSLCipherSuite语句禁用了3DES算法。
(3)网站使用的是高版本的openssl软件,并且编译openssl软件的时候没有用enable-ssl3 enable-ssl3-method选项开启SSL3.0,以及enable-weak-ssl-ciphers选项开启3DES算法。

Floor 2 tfbh123 8/18/24 9:29
然后呢?大佬有没有办法解决?
巨大八爪鱼: 浏览器端无解。只能在服务器端解决。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.
©2010-2025 Purasbar Ver3.0 [Mobile] [Desktop]
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported license.