mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 17:09:38 +00:00
Supports server configurations that might prefer wss:// connections on the default port, then proxies them through the web server to the VNC server. This proxy configuration is helpful on servers using self-signed certificates. Accessing the https://host/vnc_auto.html page and adding an exception for that host is sufficient to also satisfy the wss://host/ request, unlike requests to wss://host:port/ which may require an extra certificate exception.