I've tried using the params
element:
<param name='java_arguments' value='-Djsse.enableSNIExtension=false'>
Tried from code also with
System.setProperty("jsse.enableSNIExtension", "false");
Seen these threads but none of the suggested solutions worked:
- SSLException during handshake while resuming cached session
- SSL handshake alert: unrecognized_name error since upgrade to Java 1.7.0
But what I really want is to generally disable SNI even before the Java machine starts downloading the applet code.