tyrus icon indicating copy to clipboard operation
tyrus copied to clipboard

Using system/browser (SSL) keystore when running in applet code

Open glassfishrobot opened this issue 10 years ago • 3 comments

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]

glassfishrobot avatar Jul 29 '14 13:07 glassfishrobot