keith       2002/06/06 12:37:07

  Modified:    src/doc  tomcat-ssl-howto.html
  Log:
  Clear up some clientauth confusion.
  
  Revision  Changes    Path
  1.13      +4 -0      jakarta-tomcat/src/doc/tomcat-ssl-howto.html
  
  Index: tomcat-ssl-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-ssl-howto.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- tomcat-ssl-howto.html     6 Jun 2002 18:39:19 -0000       1.12
  +++ tomcat-ssl-howto.html     6 Jun 2002 19:37:07 -0000       1.13
  @@ -628,6 +628,10 @@
   case difference between Tomcat 3.2 and Tomcat 3.3 (i.e. "clientAuth"
   versus "clientauth").
   <P>
  +For JSSE, the <i>presence</i> of the clientauth parameter will enforce
  +client authentication, regardless of the parameter value.  For PureTLS,
  +this decision is based on the <i>value</i> of the clientauth parameter.
  +<P>
   By default, Tomcat chooses whatever SSL implementation is available,
   with preference given to PureTLS over JSSE if both are available. You
   can specify the exact implementation you want using the 
<code>SSLImplementation</code>
  
  
  

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

Reply via email to