Re: Still MSIE

2000-08-06 Thread jeff
hat I did, reinstall everything from the tar balls and never use an rpm again. . Jeff Gelina ISP Colorado Information Technologies - Original Message - From: David Rees [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 31, 2000 10:43 AM Subject: RE: Still MSIE Please refe

Re: Still MSIE

2000-08-06 Thread David Rees
You have just uncovered the real problem with using RPMs and mod_ssl which breaks things. Mixing RPMs from different sources (in this case the RedHat secureweb rpm and the mod_ssl RPMs from the modssl.org site) leads to unpredictable behavior. In this case it broke MSIE support. Using RPMs

Re: Still MSIE

2000-08-02 Thread Hugues Pisapia
"David Rees" [EMAIL PROTECTED] writes: Please refer to the FAQ: http://www.modssl.org/docs/2.6/ssl_faq.html#ToC48 In short, adding the lines: SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 SSLCipherSuite

RE: Still MSIE

2000-07-31 Thread David Rees
Please refer to the FAQ: http://www.modssl.org/docs/2.6/ssl_faq.html#ToC48 In short, adding the lines: 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