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 2009/01/30 06:35:26 UTC

svn commit: r739181 - /tomcat/trunk/webapps/docs/ssl-howto.xml

Author: markt
Date: Fri Jan 30 05:35:25 2009
New Revision: 739181

URL: http://svn.apache.org/viewvc?rev=739181&view=rev
Log:
Minor clarification as a result of bug 46498

Modified:
    tomcat/trunk/webapps/docs/ssl-howto.xml

Modified: tomcat/trunk/webapps/docs/ssl-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=739181&r1=739180&r2=739181&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/trunk/webapps/docs/ssl-howto.xml Fri Jan 30 05:35:25 2009
@@ -424,6 +424,9 @@
         all SSL clients to present a client Certificate in order to use
         this socket.  Set this value to <code>want</code> if you want Tomcat
         to request a client Certificate, but not fail if one isn't presented.
+        A <code>false</code> value (which is the default) will not require a
+        certificate chain unless the client requests a resource protected by a
+        security constraint that uses <code>CLIENT-CERT</code> authentication.
     </td>
   </tr>
   <tr><td><code>SSLEnabled</code></td>



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