From 115ff57406361c2585e3628fe30be4115fd7be71 Mon Sep 17 00:00:00 2001
From: markt
Date: Fri, 30 Jan 2009 05:35:25 +0000
Subject: [PATCH] Minor clarification as a result of bug 46498
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@739181 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/ssl-howto.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index 5a61d3d75..4d8ca912a 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -424,6 +424,9 @@ values, depending on how you configured your keystore earlier:
all SSL clients to present a client Certificate in order to use
this socket. Set this value to want if you want Tomcat
to request a client Certificate, but not fail if one isn't presented.
+ A false value (which is the default) will not require a
+ certificate chain unless the client requests a resource protected by a
+ security constraint that uses CLIENT-CERT authentication.
SSLEnabled |
--
2.11.0