我无法从IE6访问我网站中的https页面。Http请求工作正常。
其他一些网站中的Https页面在IE6中似乎没有任何问题。
以下是IE6对我的网站的评价:
The page cannot be displayed
... blah blah blah ...
Cannot find server or DNS Error你知道我该怎么解决这个问题吗?
(我尝试了openssl s_client实用程序,它显示我的网站上启用了内容协商)
发布于 2011-10-11 15:17:15
这里给出了问题和解决方案:http://www.daniweb.com/hardware-and-software/microsoft-windows/web-browsers/threads/50765
原因在这里:http://www.openssl.org/~bodo/tls-cbc.txt
我们通过添加以下行来修复它:
options=DONT_INSERT_EMPTY_FRAGMANTS添加到stunnel配置文件中。
https://stackoverflow.com/questions/6992272
复制相似问题