Hi,
I have a nginx running as reverse proxy doing ssl termination. I configured it to forward request to the sunstone port and this is working fine.
Problem is when I try to use the noVNC window. It seems like the request is actually going to the nginx server: wss://nginx_server:29876/?token=xxxx
How do I tell novnc or sunstone that it is behind a reverse proxy?
Here is my sunstone-server config:
:vnc_proxy_port: 29876
:vnc_proxy_support_wss: yes
:vnc_proxy_cert: /etc/ssl/certs/domain.crt
:vnc_proxy_key: /etc/ssl/private/domain.key
:vnc_proxy_ipv6: false
:vnc_request_password: false