Handshake fails for clients using TLS extensions
843811Apr 20 2009 — edited Apr 30 2009I have a client that is attempting to connect to a Jetty web server using SSL. The SSL negotiation fails. I have done some packet traces and for clients that include TLS extensions in the "client hello" packet, Java returns a packet that indicates "unexpected message". For clients that don't have the extensions in the hello packet, the connection is established fine. Is this something I need to configure or update in JSSE? I am using Java version 1.6.0-b105 on openSUSE.