• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 19, 2025, 09:08:31 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - johanmeyer

1
Configuration of KonaKart / Re: Tomcat SSL - How to
September 01, 2009, 11:59:12 am
hallo
I found your post in google and have to say its the only usefull one I found. I am not sure what I am doibng wrong but I followed your steps by the letter and still get the following error when starting tomcat:

WARNING: Reinitializing ServerSocket
Sep 1, 2009 10:57:04 AM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket
SEVERE: Endpoint [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=443]] ignored exception: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.
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:114)
   at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:408)
   at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:71)
   at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
   at java.lang.Thread.run(Thread.java:619)


I am not sure what I am missing or doing wrong and I do hope you can help.