Re: Problem with MSIE (Ralf: docbug)

2000-07-03 Thread Florin Andrei
Richard Hadley wrote: > > If your site is working with MISE 5 40bit and 128bit but not 56bit then try adding > > SSLProtocol All -SSLv3 > > to your configuration as MISE 5 56bit definitely doesn't work with SSLv3. > > I would also add the SetEnvIf ... statement as well! Tried, but it

Re: Problem with MSIE (Ralf: docbug)

2000-07-03 Thread Florin Andrei
Florin Andrei wrote: > > "Ralf S. Engelschall" wrote: > > > > On Wed, Jun 21, 2000, Cliff Woolley wrote: > > > > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown > > > downgrade-1.0 force-response-1.0 > > > > Yes, I've now even updated the distributed httpd.conf-dist file for mod

RE: Problem with MSIE (Ralf: docbug)

2000-07-03 Thread Richard Hadley
ndrei [mailto:[EMAIL PROTECTED]] Sent: 03 July 2000 14:56 To: [EMAIL PROTECTED] Subject: Re: Problem with MSIE (Ralf: docbug) "Ralf S. Engelschall" wrote: > > On Wed, Jun 21, 2000, Cliff Woolley wrote: > > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-s

Re: Problem with MSIE (Ralf: docbug)

2000-07-03 Thread Florin Andrei
"Ralf S. Engelschall" wrote: > > On Wed, Jun 21, 2000, Cliff Woolley wrote: > > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown > > downgrade-1.0 force-response-1.0 > > Yes, I've now even updated the distributed httpd.conf-dist file for mod_ssl > 2.6.5 to use this. This way w

Re: Problem with MSIE (was docbug)

2000-06-21 Thread Cliff Woolley
>>> [EMAIL PROTECTED] 06/21/00 12:35PM >    You might want to update the FAQ (number 48) to include the>> force-HTTP/1.0 flags in the SetEnvIf directive workaround for MSIE,>> since it seems to help.  So the line ought to say this (as posted by>> David Rees):>> >> SetEnvIf User-Agent ".

Re: Problem with MSIE (Ralf: docbug)

2000-06-21 Thread Ralf S. Engelschall
On Wed, Jun 21, 2000, Cliff Woolley wrote: >You might want to update the FAQ (number 48) to include the > force-HTTP/1.0 flags in the SetEnvIf directive workaround for MSIE, > since it seems to help. So the line ought to say this (as posted by > David Rees): > > SetEnvIf User-Agent ".*MSIE.

Re: Problem with MSIE (Ralf: docbug)

2000-06-21 Thread Cliff Woolley
Ralf:      You might want to update the FAQ (number 48) to include the force-HTTP/1.0 flags in the SetEnvIf directive workaround for MSIE, since it seems to help.  So the line ought to say this (as posted by David Rees):   SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downg

Re: Problem with MSIE

2000-06-21 Thread Andreas Gietl
Thank you all! Now it works! David Rees wrote: > > I've found that I have to force HTTP 1.0 responses to get all versions of > MSIE clients to get them to work reliably, especially during long running > CGI responses. > > I use this line in my SSL virtual host section which seems to be doing t

RE: Problem with MSIE

2000-06-20 Thread David Rees
I've found that I have to force HTTP 1.0 responses to get all versions of MSIE clients to get them to work reliably, especially during long running CGI responses. I use this line in my SSL virtual host section which seems to be doing the trick so far: SetEnvIf User-Agent ".*MSIE.*" nokeepalive s

Re: Problem with MSIE

2000-06-20 Thread Philip Deacon
We also had the same "Spurious" openssl problem that seemed to plague IE 4.00.x to IE5.00.2014.0216. We previously had our servers working "in-house" with these IE versions but when we moved them to our co-location facility a few miles away we suddenly had this problem. We thought there something

RE: Problem with MSIE

2000-06-20 Thread Chris Pomerantz
I am also having numerous headaches with MSIE 5.0 and SSL. I am using PHP 4.0 and trying to download a zip file using https. When I try to stream the file to the browser it returns an error stating "Internet Explorer was not able to open this Internet site." Everything works fine with Netscape Nav