On Mon, Mar 29, 1999, Toru Takinaka wrote:

> >So, those of you who've still problems with MSIE clients, should now apply the
> >appended patch to ssl_engine_kernel.c and add the following line to the
> >SSL-aware virtual host:
> >   SetEnvIf User-Agent "^MSIE.*" ssl-unclean-shutdown
> I think that this line is wrong.
> 
> IE 5.0 User-Agent is
> Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)
> 
> then it matches
> SetEnvIf User-Agent "^.*MSIE.*" ssl-unclean-shutdown
> or
> BrowserMatch "MSIE" ssl-unclean-shutdown
> 
> I added the following line to the
> SSL-aware virtual host:
>       BrowserMatch "MSIE" ssl-unclean-shutdown
> And it works fine.

Yeah, sorry. This was my fault. I've overlooked the fact that MSIE announces
itself as Mozilla. It's now already fixed for 2.2.7 where the SetEnvIf is
enabled per default.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to