It sounds like your client is trying to send a self-signed cert (which won't
work).  The client needs to send a cert that is signed by somebody in the
TrustStore.

"tkassem" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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.
>
>
>
>




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

Reply via email to