I’m running a Proxmox server to test some VMs for and wanted to look at Cloudflare Tunnels to access it remotely.
I have the tunnel set up and I can reach the Proxmox server but some of the buttons don’t seem to work. Specifically any buttons that seem to interact with the actual server itself don’t work. I can’t start or stop VMs, I can’t create new VMs, and I can’t use the console (noVNC) to access the servers command line.
Whenever I try I get an error from Proxmox that says “Connection Error - Server Offline?”. But the Server isn’t offline because I’m able to access it.
I can use the noVNC console to remotely control VMs which are already turned on.
I have tested remotely accessing this server through an haProxy and a Nginx proxy and all of these buttons work. These buttons only fail to work when accessing it through a cloudflare tunnel.
ingress:
- hostname: prox.[mydomain]
service: https://localhost:8006
originRequest:
noTLSVerify: true
- service: http_status:404