Not sure if anyone else ran into this issue or if someone has an answer for me.
My JRE 7 Applet breaks when connecting to a Tomcat server running on JRE 7 when SSLv3 is Disabled in server.xml.
TLS is Enabled and all the Cipher Suites are carefully selected to make sure the UI loads up. Verified on all browsers and the webpages work just fine. TLS is is forced on the browser and even from the Java Control Panel (on the client side) but when the Applet UI is loaded, applet fails with an error related to SSL Handshake failure.
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Any ideas on what might be happening here?
Thanks. aSun