>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.

______________________________________________________________________
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