[EMAIL PROTECTED] wrote:
I am trying to configure SSL on a tomcat 6.0.13. I began by creating a default keystore (using keytool) in the user's directory where the apache tomcat server is installed. From this keystore I generated a server cert request. Once I received the server cert, I loaded the trusted certs and the server cert into the Java5 jre in $JRE_HOME/lib/security/cacerts (again using keytool).

I have uncommented the secure connector in the {$user_home}/apache-tomcat-6.0.13/conf/server.xml file and made some appropriate (I think) modifications.

When I stopped and started tomcat the log file "catalina.out" gets filled with:
SEVER: Socket Accept Failed
java.net.SocketException:SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory
.java:150)
    at org.apache.tomcat.util.net.JIoEndPoint$Acceptor.run(JIoEndpoint.java:310)
    at java.lang.Thread.run(Thread.java:595)

What have I missed?

The multiple log statements is a bug that needs to get fixed.

As to the root cause, care to share you connector configuration?

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to