Hello all,
I am trying to establish secure communication using SSL on Tomcat V 4.1.30.
I have generated self-signed certificates using keytool utility ( in JDK 1.4 ) and run Tomcat with SSL.I was able to establish secure communication. I then requested for a certificate from Verisign and imported the same.When I start tomcat I get the following error.


/////////////////////////////////////////////////////////////////////////////////////////////////////////////

WARNING: Reinitializing ServerSocket
Mar 25, 2004 5:48:21 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket
SEVERE: Endpoint [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8443]]
ignored exception: java.net.SocketException: SSL handshake error javax.net.ssl.S
SLException: No available certificate corresponds to the SSL cipher suites which
are enabled.
java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No avai
lable certificate corresponds to the SSL cipher suites which are enabled.
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESo
cketFactory.java:154)
at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoi
nt.java:387)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:557)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Thread.java:536)


/////////////////////////////////////////////////////////////////////////////////////////////////////////////

Please suggest who I can avoid the same?

Thanks in advance,
Cheers,
Anand

PS.) I have uncommented the "SSL HTTP/1.1 Connector" entry in $CATALINA_HOME/conf/server.xml.

_________________________________________________________________
Get an �IndianOil Citibank ATM/Debit Card. http://go.msnserver.com/IN/45534.asp Save upto 5% on your fuel expenses.



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



Reply via email to