Author: schultz
Date: Wed Jan 30 21:25:15 2019
New Revision: 1852551
URL: http://svn.apache.org/viewvc?rev=1852551&view=rev
Log:
Add reference to the EncryptInterceptor for unsecured networks.
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-howto.xml?rev=1852551&r1=1852550&r2=1852551&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/security-howto.xml (original)
+++ tomcat/trunk/webapps/docs/security-howto.xml Wed Jan 30 21:25:15 2019
@@ -435,6 +435,11 @@
<p>The cluster implementation is written on the basis that a secure,
trusted network is used for all of the cluster related network traffic.
It
is not safe to run a cluster on a insecure, untrusted network.</p>
+
+ <p>If you are operating on an untrusted network or would prefer to
+ execrise an over-abundance of caution, you can use the
+ <a
href="config/cluster-interceptor.html#org.apache.catalina.tribes.group.interceptors.EncryptInterceptor_Attributes">EncryptInterceptor</a>
+ to encrypt traffic between nodes.</p>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]