Menu
picture of tbs certificates
picture of tbs certificates
Certificates
Our products range
Partners
Support
Focus


Apache server and Internet Explorer 5 issues

There are known problems with IE5 treated in the mod_ssl FAQ. You should configure your Apache with:
SSLCipherSuite RC4-SHA:RC4-MD5:HIGH:MEDIUM:LOW:EXPORT:!EDH:!ADH:!DSS:!EXPORT56:!SSLv2:+3DES:+DES

If you just want to authorize 128-bit+ connections, then use:
SSLCipherSuite !EDH:!ADH:!DSS:!RC2:HIGH:MEDIUM:+3DES:+RC4

In general terms it is now advised to disable SSLv2 and to use the server's cipher ordering preferences with:

SSLProtocol all -SSLv2 -SSLv3 
SSLHonorCipherOrder on