Latest C-SDK Version - Error creating BSD socket to be used for the websocket
We have a deployed Thingworx server on a Linode, running TW 6.0.3 with a certificate installed.
I've downloaded the latest C-SDK from the marketplace version 1-3-1-957 which also was supposed to solve the BSD bug:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS227278&lang=en&source=snippet
However, I still keep getting it. Any ideas on what is going on?. The Edge is a uClinux machine.
root:/> Starting ThingWorx ...
[FORCE] 2016-04-04 21:12:15,217: Starting up
[DEBUG] 2016-04-04 21:12:15,218: twWs_Create: Initializing Websocket Client for https://xxxxxxxxxxxxxxxxx:443//Thingworx/WS
[DEBUG] 2016-04-04 21:12:15,218: twTlsClient_Create: Initializing TLS Client
[DEBUG] 2016-04-04 21:12:15,992: twTlsClient_Close: Disconnecting from server
[ERROR] 2016-04-04 21:12:15,993: twWs_Create: Error creating BSD socket to be used for the websocket
[ERROR] 2016-04-04 21:12:15,993: twApi_Initialize: Error creating websocket structure, retrying
[DEBUG] 2016-04-04 21:12:20,997: twWs_Create: Initializing Websocket Client for https://xxxxxxxxxxxxxxx:443//Thingworx/WS
[DEBUG] 2016-04-04 21:12:20,997: twTlsClient_Create: Initializing TLS Client
[DEBUG] 2016-04-04 21:12:22,789: twTlsClient_Close: Disconnecting from server
[ERROR] 2016-04-04 21:12:22,789: twWs_Create: Error creating BSD socket to be used for the websocket
[ERROR] 2016-04-04 21:12:22,789: twApi_Initialize: Error creating websocket structure, retrying
[DEBUG] 2016-04-04 21:12:27,792: twWs_Create: Initializing Websocket Client for https://xxxxxxxxxxxxxxxx:443//Thingworx/WS
[DEBUG] 2016-04-04 21:12:27,792: twTlsClient_Create: Initializing TLS Client
[DEBUG] 2016-04-04 21:12:29,340: twTlsClient_Close: Disconnecting from server
[ERROR] 2016-04-04 21:12:29,340: twWs_Create: Error creating BSD socket to be used for the websocket
[ERROR] 2016-04-04 21:12:29,340: twApi_Initialize: Error creating websocket structure, retrying
root:/> [DEBUG] 2016-04-04 21:12:34,344: twWs_Create: Initializing Websocket Client for https://xxxxxxxxxxxxxxxxx:443//Thingworx/WS
[DEBUG] 2016-04-04 21:12:34,344: twTlsClient_Create: Initializing TLS Client
[DEBUG] 2016-04-04 21:12:35,547: twTlsClient_Close: Disconnecting from server
[ERROR] 2016-04-04 21:12:35,547: twWs_Create: Error creating BSD socket to be used for the websocket
[ERROR] 2016-04-04 21:12:35,547: twApi_Initialize: Could not connect after 3 attempts

