Please help me find an encrypted WebSocket node.

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?

Unfortunately, the only way to do that is to set all of Node-RED to use TLS (HTTPS and WSS).

Thank you!