Hello everyone!
I am creating an Android application to connect to Node-RED in a local network only.
I want to use a WebSocket server in Node-RED (WebSocket in/out in "listen on" mode), but I am getting the ws protocol instead of wss.
How can I get the wss protocol on WebSockets?