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 11 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

  • Issue Imported From: https://github.com/tyrus-project/tyrus/issues/526
  • Original Issue Raised By:@glassfishrobot
  • Original Issue Assigned To: @pavelbucek

glassfishrobot avatar Feb 10 '18 20:02 glassfishrobot

@glassfishrobot Commented Reported by bko

glassfishrobot avatar Jul 29 '14 13:07 glassfishrobot

@glassfishrobot Commented This issue was imported from java.net JIRA TYRUS-349

glassfishrobot avatar Apr 25 '17 02:04 glassfishrobot