Hello! I'm trying to get a client authentification running. But i'am always getting
a handshake_failure. The following output is generated by jsse debugging=all Thread-20, WRITE: SSL v3.0 Handshake, length = 745 Thread-20, READ: SSL v3.0 Alert, length = 2 Thread-20, RECV SSLv3 ALERT: warning, no_certificate SSL -- handshake alert: no_certificate Thread-20, SEND SSL v3.0 ALERT: fatal, description = handshake_failure Thread-20, WRITE: SSL v3.0 Alert, length = 2 I've installed 2 trusted user certificates into my browsers ( IE5.5 and Netscape 6.1 ) but always the same problem. I've configured tomcat3.2.3 <Connector className="org.apache.tomcat.service.PoolTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/> <Parameter name="port" value="443"/> <Parameter name="socketFactory" value="org.apache.tomcat.net.SSLSocketFactory" /> <Parameter name="keystore" value="c:\tomcat\conf\.keystore" /> <Parameter name="keypass" value="changeit" /> <Parameter name="clientAuth" value="true" /> </Connector> I've tried the same with TC4.01 ( other configuration ) but found the same problem. Maybe some hints thanx Horst