tracker issue : CF-3846968

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

WebSocket server expect us to pass "0" value as normal port if we want to run WebSocket server only on SSL port

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Nimit Sharma)

Created: 11/04/2014

Components: Web Socket

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 291901 /

Priority/Frequency: Normal / Few users will encounter

Locale/System: English / Mac 10 All,Win XP All

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on September 12, 2019 using build 2016.0.01.298513
Problem: WebSocket server expect us to pass "0" value as normal port if we want to run WebSocket server only on SSL port.

I want to run my WebSocket server only on SSL port, so that every communication should happen only over SSL and I need not to explicitly use "secure=true" attribute to enforce it to communicate over SSL.

In order to do that, it expect me to pass value "0" for normal port using neo-websocket.xml

Method:

Result:

Expected:

Workaround:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3846968

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Hi Adobe, I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). In CF11 Update 7 (build 11.0.07.296330), <cfwebsocket secure="no"..> doesn't throw an error when neo-websocket.xml's sslEnabled=true and neo-websocket.xml's startListenerOnNormalPort=false, unless neo-websocket.xml's port=0 (bad). In CF2016 Update 1 (build 2016.0.01.298513) and CF2018 Update 4 (build 2018.0.04.314546), <cfwebsocket secure="no"..> throws an error when neo-websocket.xml's sslEnabled=true and neo-websocket.xml's startListenerOnNormalPort=false, regardless of neo-websocket.xml's port value (good). Thanks!, -Aaron
Comment by Aaron N.
31322 | September 12, 2019 09:55:15 AM GMT