Edge won't open any noVNC connections when going through my NGINX reverse proxy, but it works on by connecting to the server directly via it's IP address.
xterm.js works fine on Edge behind the reverse proxy.
I have tested it on Firefox and noVNC works perfectly fine behind the reverse proxy.
I have configured the reverse proxy as per the Proxmox wiki:
https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy
I have also added the "add_header X-Frame-Options SAMEORIGIN;" header to the config.
Attempting to open a noVNC console produces the following error in the Edge console:
I can use PVE through Firefox without issue, I was just wondering if there's a way I can fix it on edge.
xterm.js works fine on Edge behind the reverse proxy.
I have tested it on Firefox and noVNC works perfectly fine behind the reverse proxy.
I have configured the reverse proxy as per the Proxmox wiki:
https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy
I have also added the "add_header X-Frame-Options SAMEORIGIN;" header to the config.
Attempting to open a noVNC console produces the following error in the Edge console:
- Failed when connecting: Connection closed (code: 1006) app.js (8763,21)
- SCRIPT12029: SCRIPT12029: WebSocket Error: Network Error 12029, A connection with the server could not be established
I can use PVE through Firefox without issue, I was just wondering if there's a way I can fix it on edge.