> From: Steve G. Johnson [mailto:johnson_stev...@solarturbines.com]
> Subject: Re: SSLv3/TLS man-in-middle vulnerability
> 
>           <Connector port="8443" maxHttpHeaderSize="8192"
> maxThreads="150"
>         minSpareThreads="25" maxSpareThreads="75" enableLookups="false"
>         disableUploadTimeout="true" acceptCount="100" scheme="https"
> secure
>         ="true" clientAuth="false" sslProtocol="TLS" keystoreFile="xxx"
>         keystorePass="xxx" keystoreType="PKCS12" />

Add the following attribute to the above:

protocol="org.apache.coyote.http11.Http11NioProtocol"

Leave the AJP <Connector> alone.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to