Open vo5tr0 opened 1 year ago
Same problem via reverse proxy :/
Make sure the reverse proxy has support for WebSocket. It's probably the WebSocket connection that fails.
Awesome, that fixed my reverse proxy problem. The WebVPN should support websockets though. Any idea, how I could fix that as well?
You can try to open your browser's developper tools and look at the console for any errors.
I just tried another docker project with novnc. NoVNC has a menu on the side, where I was able to change the address of the websocket host to the actual ip of my docker host. Is there a similar option/parameter in this project?
For WebSocket, this project uses the same IP/host used to access the UI itself (i.e. the URL you used), since both are served by the same container.
Hi,
this is probably not an issue with the container, but maybe somebody is able to help :)
I use a WebVPN (Synology VPN Server Plus) to connect to my local network. But all I get is a dark grey screen along with a red "Failed to connect" message on top. Other devices and containers in the network are working.
Also connecting directly works.
Is there something I could do to troubleshoot this?