We have a java applet on our website that has been working for ages. Then Java 7 came out, people installed it. When people with Java 7 visit our site using HTTPS, the applet does not load (ClassNotFoundException). The same site and the same applet when you visit the regular HTTP protocol works fine.
People with a previous version of Java (1.6.x) can see the applet using HTTP or HTTP without any problems.
Anything we can do on our side to solve this problem for people with Java 7 and enjoy staying with HTTPS?
Googled and did not see any relevant result. Any pointer would be greatly appreciated.
source share