This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 15a6366 Add encryption as the first option to secure a cluster 15a6366 is described below commit 15a63661d3cf110fa8169c3464bba1e113c2d9fc 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 36bbf0d..91e8328 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org