Status/Resolution/Reason: Closed/Withdrawn/ThirdParty
Reporter/Name(from Bugbase): sean Bartlett / sean Bartlett (sean Bartlett)
Created: 12/12/2013
Components: Web Socket
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem Description:
SSL certificates causes cfwebsocket to error in Firefox. Then error received when connecting reads:
SecurityError: The operation is insecure.
this.wsConnection=new WebSocket(_3e2);
Location of error: /CFIDE/scripts/ajax/package/cfwebsocketCore.js: line = 21
The fix for this issue is basically to put websocket server under SSL and use wss://
This only occurs in firefox. All other browsers will work fine.
Steps to Reproduce:
Attempt to Connect to websocket on any SSL protected site using the latest version of Firefox.
Actual Result:
SecurityError: The operation is insecure.
this.wsConnection=new WebSocket(_3e2);
Location of error: /CFIDE/scripts/ajax/package/cfwebsocketCore.js: line = 21
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3683719
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: seany6
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: