Brendon Maragia wrote:
> 
> Boy err..turn up debugging?  I'm not quite sure how can somebody explain?
RTFM: http://www.modssl.org/docs/2.7/ssl_reference.html#ToC20 ;)

Try

SSLLogLevel debug

I had a similar problem, but with certain MSIE 5.0/5.1 versions. It
was fixed with a particular SSLCipherSuite incantation. Mine is:

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

Hmm... same as yours. I think mine works with Exploder 5.5 too. Try
the debug option.

> As for server certificates I THINK i'm using RSAREF-2.0 that or
> server.crt/.csr.
> 
> >From: David Rees <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: MOD_SSL + MSIE 5.x
> >Date: Mon, 13 Nov 2000 23:38:51 -0800
> >
> >What type of certificate are you using?  If you turn up debugging, what
> >does the ssl_engine.log say?
> >
> >-Dave
> >
> >On Mon, Nov 13, 2000 at 10:13:20PM -0600, Brendon Maragia wrote:
> > > I just finished configuration of mod_ssl + apache to find that I can't
> > > connect through MSIE 5.5 >:(.   I read up at modssl.org and did as they
> > > suggested in my vhost directive in httpd.conf...
> > >
> > > #%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%
> > >
> > > SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
> > >
> > > SetEnvIf User-Agent ".*MSIE.*" \
> > >              nokeepalive ssl-unclean-shutdown \
> > >              downgrade-1.0 force-response-1.0
> > >
> > > #%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%#%
> > >
> > > no use, doesn't work :( does anybody have any suggestions or work
> >arounds
> > > that I can use?
> > >
> > > -Brendon
> >______________________________________________________________________
> >Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> >User Support Mailing List                      [EMAIL PROTECTED]
> >Automated List Manager                            [EMAIL PROTECTED]
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
> 
> ______________________________________________________________________
> 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