billbarker    2004/01/25 18:07:55

  Modified:    webapps/tomcat-docs ssl-howto.xml
  Log:
  Update docs for new value of clientAuth.
  
  Revision  Changes    Path
  1.14      +3 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/ssl-howto.xml
  
  Index: ssl-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/ssl-howto.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ssl-howto.xml     12 Jan 2003 17:26:46 -0000      1.13
  +++ ssl-howto.xml     26 Jan 2004 02:07:55 -0000      1.14
  @@ -325,7 +325,9 @@
       <td><code>clientAuth</code></td>
       <td>Set this value to <code>true</code> if you want Tomcat to require
           all SSL clients to present a client Certificate in order to use
  -        this socket.</td>
  +        this socket.  Set this value to <code>want</code> if you want Tomcat
  +        to request a client Certificate, but not fail if the user doesn't
  +        send a certificate (requires a 1.4.x JVM or higher).</td>
     </tr>
     <tr>
       <td><code>keystoreFile</code></td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to