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]
- Issue Imported From: https://github.com/tyrus-project/tyrus/issues/526
- Original Issue Raised By:@glassfishrobot
- Original Issue Assigned To: @pavelbucek
@glassfishrobot Commented Reported by bko
@glassfishrobot Commented This issue was imported from java.net JIRA TYRUS-349