You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/01/20 17:03:59 UTC

[tomcat] branch 8.5.x updated: Add encryption as the first option to secure a cluster

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 9af9be0  Add encryption as the first option to secure a cluster
9af9be0 is described below

commit 9af9be0e412bbf104e6da7e0fb8272f4c41c438a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 20 16:58:02 2020 +0000

    Add encryption as the first option to secure a cluster
---
 webapps/docs/config/cluster.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webapps/docs/config/cluster.xml b/webapps/docs/config/cluster.xml
index 6c57e74..f6cd407 100644
--- a/webapps/docs/config/cluster.xml
+++ b/webapps/docs/config/cluster.xml
@@ -52,6 +52,7 @@ to run a cluster on a insecure, untrusted network.</p>
 <p>There are many options for providing a secure, trusted network for use by a
 Tomcat cluster. These include:</p>
 <ul>
+  <li><a href="cluster-interceptor.html#org.apache.catalina.tribes.group.interceptors.EncryptInterceptor_Attributes">EncryptInterceptor</a></li>
   <li>private LAN</li>
   <li>a Virtual Private Network (VPN)</li>
   <li>IPSEC</li>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org