Jason wrote:

> For at least a year we have been getting complaints about people getting "Page 
>cannot be displayed" when using IE.  We have tried
> disabling certain ciphers, and disabling keep alive to no avail.
> 
> I have read MANY openssl, modssl and apache suggestions on how to prevent this 
>problem and none have worked.

The following lines in httpd.conf solved the problem for us:

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

-- 
Manfred Härtel           mailto:[EMAIL PROTECTED]
                         http://rz-home.de/mhaertel
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to