[imp] IE "page cannot be displayed"
Eric Rostetter
eric.rostetter at physics.utexas.edu
Mon Sep 22 12:39:27 PDT 2003
Quoting Liam Hoekenga <liamr at umich.edu>:
> Ok... so what do people suggest when IE gives it's "page cannot be displayed"
> /
> "server not found" message when you DO have
>
> SetEnvIf User-Agent ".*MSIE.*" nokeepalive \
> ssl-unclean-shutdown downgrade-1.0 force-response-1.0
> SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
>
> in your configuration files? We've had this in our configuration files for
> years, and we're still getting sad email from IE users on both Mac and PC.
To make it work with all versions, I've had to also add:
SSLProtocol all -SSLv3
Mine reads something like (old, yes):
BrowserMatch "MSIE [1-4]" nokeepalive ssl-unclean-shutdown downgrade-1.0
force-response-1.0
BrowserMatch "MSIE [5-9]" nokeepalive ssl-unclean-shutdown
SSLEnable
SSLProtocol all -SSLv3
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLSessionCacheTimeout 60
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the imp
mailing list