This line goes into the <VirtualHost> section in httpd.conf or the relevant
file that you are using to configure apache.

It is not understood by Tomcat.

This only affects MSIE 4 beta 2  (V.Rare).

Andoni.


----- Original Message -----
From: "stev sutherland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 5:34 PM
Subject: What is my SSL-aware virtual host


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


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

Reply via email to