Good Morning Everybody, Currently I am trying set up a tomcat instance so that it can access web service by accepting server side certificate and pass the client side cert to server.
I am not sure how to do it, I thought one way would be to set CATALINA_OPTS="-Djavax.net.ssl.trustStore=<java key store> -Djavax.net.ssl.trustStorePassword=<password>" But no avail, when I am try to access the service I see following line it apache log ( Apache is working as gateway for web services, SSL terminates here) : Re-negotiation handshake failed: Not accepted by client!?, referer:............................ I think java key store file that tomcat refers to, has ca certificate of the server and it has private key and certificate of the client certificate provision on apache. Personally, I do not think I need to do any thing to connectors in server.xml Any clue will be highly appreciated. Thank you. rn