I’m trying to open a WebSocket listener in MQTT Distributor to expose some tag values to a webpage. I’m seeing some odd behaviour where the WebSocket port doesn’t appear to open at all, even after restarting the module.
Just testing using a plain new WebSocket(“ws://localhost:8090/”) inside a minimal HTML page - no MQTT library involved yet, just confirming whether the WebSocket listener will accept a basic connection.
I’ll upgrade to a more recent Distributor version and test again.
There’s also a possibility a firewall is interfering, so I’ll engage IT to confirm whether port 8090 is being filtered.
I’ll report back with the results once I’ve tried both.