Actually what really seemed to solve it was removing +eNull from
SSLCipherSuite.
However, if I remember correctly that has something to do with
compability against ie running on mac. I tried two different macs to
test it and one of them worked and the other didn't and they were as far
as I could see the same version (5). Go figure...

~Martin

David Rees wrote:
> 
> On Tue, Oct 23, 2001 at 09:49:22AM +0200, Martin B. Nielsen wrote:
> > ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
> >
> > I'm wondering whether something like
> > #BrowserMatch "MSIE [1-4]" nokeepalive ssl-unclean-shutdown \
> > #        downgrade-1.0 force-response-1.0
> > #BrowserMatch "MSIE [5-9]" ssl-unclean-shutdown
> 
> This might make a difference...
> 
> > in combination with
> > #SSLSessionCache shm:/var/cache/httpd/ssl_gcache_data(1024000)
> 
> But this won't since you already have a session cache.  The browser can't
> tell the difference between different types as long as you have one.
> 
> -Dave
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to