Hi,
I am accessing sunstone (one 4.8) via an HTTPS proxy.
when trying to access VNC, it fails because it tries to connect to ws instead of wss:
websock.js:285 Mixed Content: The page at ‘https://use-genocloud.genouest.org/’ was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint ‘ws://localhost:17523/’. This request has been blocked; this endpoint must be available over WSS.
However, in sunstone config I have:
:vnc_proxy_support_wss: only
:vnc_proxy_cert: /x/y.crt
:vnc_proxy_key: /x/y.key
and proxy server is running with:
root 30469 1 0 11:09 pts/3 00:00:00 python /usr/share/one/websockify/websocketproxy.py --target-config=/var/lib/one/sunstone_vnc_tokens --cert /x/y.crt --key /x/y.key --ssl-only 29876