Hi Tomcat Experts;

I read some directions that says 

"The interaction between SSL and HTTP/1.1 features are
problematic with some MSIE versions, too. You've to
work-around these problems by forcing
Apache+mod_ssl+OpenSSL to not use HTTP/1.1, keep-alive
connections or sending the SSL close notify messages
to MSIE clients. This can be done by using the
following directive in your SSL-aware virtual host
section: 
    SetEnvIf User-Agent ".*MSIE.*" \
             nokeepalive ssl-unclean-shutdown \
             downgrade-1.0 force-response-1.0
"


My question is which file is my SSL-aware virtual host
in tomcat 3.2.3? and is this the exact syntax that I
would use with tomcat 3.2.3

 

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to