Issues while connecting azure iot hub and thingworx
I am following the resource guide
https://developer.thingworx.com/en/resources/guides/azure-iot-hub-connector-quickstart
to connect between azure iothub and thingworx.
I am using the setup as follow, I have connection server and the thingworx foundation install on the same machine.
I have edited the config file of connection for azure as well as thingworx foundation. I have added the appKey and thingworx host and port in "transport.websockets" section
transport.websockets {
// ThingWorx platform application key
app-key = "0d277e85-944d-4e85-8ec6-2c16a903c74e"
// One or more platforms can be specified here, comma separated
platforms = "ws://192.168.43.77:8080/Thingworx/WS"
}
But when I am running the connection server using the precompiled I am getting the error as shown in screenshot

Please let me know if running connection server and twx foundation on same machine is causing this issue.
Let me know if someone faced similar type of issue.

