[imp] Intenet Explorer 5.XX (IE5) + SSL

Josko Plazonic plazonic@Math.Princeton.EDU
Fri, 01 Dec 2000 17:49:59 -0500 (EST)


Hi,

I have rechecked modssl website and they do have now in FAQ a comment exactly 
about this issue at http://www.modssl.com/docs/2.7/ssl_faq.html#ToC48 (hm, I 
thought I checked the FAQ a couple of months ago and there seemed not to be 
anything about it there then, bu? maybe a new addition).  Apparently it should 
work (well, it does for me and some other people) - what version of apache and 
modssl are you running?

Josko


Quoting Christopher Kalos <ckalos@gothambroadband.com>:

> This actually seems not to work on our end.
> "SetEnvIf" isn't allowed in the horde.conf file, at least in a
> <Directory>
> entry, so httpd complains and won't start.
> At the same time, setting SSLProtocol to that value prevents IE from
> connecting at all via https.
> 
> CK
> 
> -----Original Message-----
> From: Josko Plazonic [mailto:plazonic@Math.Princeton.EDU]
> Sent: Friday, December 01, 2000 1:58 PM
> To: imp@lists.horde.org
> Subject: Re: [imp] Intenet Explorer 5.XX (IE5) + SSL
> 
> 
> Hi,
> 
> something about this may need to included into FAQ as many of us had
> trouble
> with this particular issue though the fault really does not lie in imp.
> 
> The problem is somewhere in SSL communication between mod_ssl and IE. 
> The
> solution is to disable some types of SSL encryption in apache.  Try to
> add
> the following:
> --------add this to httpd.conf.ssl -------------
> SSLProtocol all -SSLv3
> ----------------------------------------------
> 
> and the following to horde.conf (in Directory section)
> 
> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
> downgrade-1.0 force-response-1.0
> 
> I am not sure which of these two lines really does the trick - I just
> needed
> to make it work and this did the job - I'd be happy to be enlightened
> by
> someone who knows more about SSL...
> 
> Josko
> 
> P.S.  Oh yes, I found this suggestion on mod_ssl lists, there might be
> more
> about it there.
> 
> ----- Original Message -----
> From: "Hostmaster" <hostmaster@sbs.srv.br>
> To: <imp@lists.horde.org>
> Sent: Friday, December 01, 2000 1:14 PM
> Subject: [imp] Intenet Explorer 5.XX (IE5) + SSL
> 
> 
> > Hi all,
> >
> > I'm using IMP 2.2.3. When I'm not using SSL, it works very fine with
> IE5.
> But
> > when i use SSL, the IMP is not stable. Sometimes i have got "DNS
> ERROR".
> > When I use Netscape, IMP always works very fine (with or without
> SSL).
> > Somebody can help me ?
> >
> > Thanks,
> > Jairo
> >
> > Server details:
> > Conectiva Linux kernel 2.2.14-14cl
> > Apache 1.3.14
> > PHP 4.0.3pl1
> > Mysql 3.23.26
> > OpenSSL 0.9.6
> > mod_ssl 2.7.1
> > imap 4.7b
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
> 
> 
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>