Page 1 of 1

Applets, SSL and Java 7 loading error

Posted: Sun May 20, 2012 6:51 pm
by support
If you cannot load any applets under HTTPS sinc Java 7 upgrade then have a look to:
http://stackoverflow.com/questions/7615 ... java-1-7-0

A quick workaround is to add:
-Djsse.enableSNIExtension=false in parameters of JRE in Start->Control Panel->Java->Java tab->Display->User tab

Re: Applets, SSL and Java 7 loading error

Posted: Mon Jul 23, 2012 6:23 pm
by support
Usually, you get a class not found error when applet is loading with following trace in Java console:
handshake alert: unrecognized_name

The bug is reported here:
http://bugs.sun.com/bugdatabase/view_bu ... id=7127374

Re: Applets, SSL and Java 7 loading error

Posted: Sun Aug 19, 2012 11:03 am
by support
Another workaround is to serve JAR files from HTTP. It means you will setup web server for HTTPS and HTTP only for one directory including JAR files.

Also, if you're still using HTTPS within applet then you should still add:

Code: Select all

<PARAM NAME="systemvars" VALUE="jsse.enableSNIExtension=false">
systemvars parameter is available since 2.9.1