Hi All,
 
Using jboss-3.2.3-tomact 4.1.29, i've got both server and client
authentication fully working. Using the same keystore and with
clientAuth set to false, everything works fine, but when i set
clientAuth to 'true', the server fails to authenticate my client. 
My connector in .../jbossweb-tomcat.sar/META-INF/jboss-service.xml is...


<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" 
port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" 
acceptCount="10" debug="5" scheme="https" secure="true"> 
<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"

keystoreFile="/opt/local/.keystore" keystorePass="picalo" 
clientAuth="true" protocol="SSLv3"/> 

 
The log file error indicates the handshake failed - 'null cert chain'. 
 
 
any help.
 
 
 

Reply via email to