tracker issue : CF-3683719

select a category, or use search below
(searches all categories and all time range)
Title:

SSL certificates cause cfwebsocket to error in Firefox

| View in Tracker

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:

Why is this withdrawn, isn't this still a known issue. I've "heard" a patch is coming. Did I miss the patch, I still get the error.
Comment by External U.
13844 | March 20, 2014 10:25:55 AM GMT