Not able to access https pages in my server from IE6
I am not able to access the https pages in my website from IE6. Http requests work fine.
Https pages in a few other websites seems to be working in IE6 without any trouble.
Here is what IE6 says for my website:
The page cannot be displayed
... blah blah blah ...
Cannot find server 开发者_如何转开发or DNS Error
Any ideas how I can go about fixing the issue?
(I tried the openssl s_client
utility and it says that content negotiation is enabled on my website)
The problem and solution is given here: http://www.daniweb.com/hardware-and-software/microsoft-windows/web-browsers/threads/50765
The why is here: http://www.openssl.org/~bodo/tls-cbc.txt
We fixed it by adding the line:
options=DONT_INSERT_EMPTY_FRAGMANTS
to the stunnel config file.
精彩评论