This is supposed to be a bug with IE.

This is what fixed it for me:

SSLCipherSuite ALL:!ADH:!NULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2

You can also disable ssl3 on the browser side,

Pierre

----- Original Message -----
From: "Jason" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 9:26 AM
Subject: Re: OpenSSL I/O error causing "Page cannot be displayed" in browser


> I have already tried this... in fact it is actually running in my
httpd.conf right now.
>
> Doesn't work.  But thanks.
>    -Jason
>
> ----- Original Message -----
> From: "Manfred Haertel" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 18, 2001 10:13 AM
> Subject: Re: OpenSSL I/O error causing "Page cannot be displayed" in
browser
>
>
> > 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]
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to