Client Single Connection example connection error
This isn't super urgent because I can get the example client to work with the example server VI if I point to 'localost:6123', but if I run the 'Client Single Connection' out of the box, as soon as I try to connect, I get this error:
Is the URL correct? What's the issue here?
Hi - I believe the website might have deprecated non-secure (ws://) WebSockets connections and now only allow secure connections (wss://)
Try changing the ws:// to wss:// and see if that resolves it. You might need to install my 'secure' websockets addon from VIPM.
Trying with the secure URL results in a different error:
I'll test with the secure add-on.
Hi - yes, to get the wss to work requires TLS so you will need to install the additional addon and then look at the examples for how to modify your code to make the connection secure :)
Thanks, though I'm a bit lost when it comes to finding an example. Is there one that come pre-installed with the add-on? Where can I find it?