tyrus
tyrus copied to clipboard
Using system/browser (SSL) keystore when running in applet code
When using an SSL secured connection to a WebSocket server in a Java-Applet only the certificates in the keystore of the JRE (cacerts file) were checked.
If using a HttpsURLConnection in a Java-Applet it automatically uses the system keystore (Internet Explorer on Windows) or the browser keystore (Firefox).
The websocket client should behave like the HttpsURLConnection.
Affected Versions
[1.7]