Using Tunnels for Non-Secure WebSockets

Is it possible to create a secure WebSocket (WSS) tunnel to access a non-secure local WebSocket (WS) server? I have a non-secure WebSocket server running on port 8080 and have set up a tunnel, but I'm unable to connect to it. I've tried various URL formats including wss://, ws://, https://, and http:// with the domain server1.domain.com/Server, but none are working. The '/Server' subdirectory is essential for the WebSocket server.
image.png
Was this page helpful?