Wss in WebSocket node not working

Hey Guys,

I’m trying to get the WebSocket (Network Client) work with a wss adress and i can’t connect to a server. (https://www.websocket.org/echo.html)
ws:// echo works fine and wss can’t connect

Do we have a way to use it with wss or is it missing ?
Cheers

confirmed, this currently only works with non-secure connections.

if you don’t mind, i’d recommend using VL where you can then use VL.IO.WebSocket which also works with secure websockets.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.