"stev sutherland" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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
> "
>

Somewhat outdated.  MSIE > 4 don't seem to have a problem.

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

With 3.2.x you are SOL.  From >= 3.3.x there is currently a prototype of
code to handle user-agent problems in the CoyoteConnector.  However, from TC
3.3.x-5.0.x it is still not fully functional.

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