Recent content by TJN

  1. T

    Apache ProxyPass Proxmox WebUI - noVNC WebSockets

    Update: Ended up using nginx to proxy the WebUI instead, and then another proxy to point to the Apache webserver. This is the config that works for me on nginx (/etc/nginx/sites-enabled/default): map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { listen 443...
  2. T

    PXVE, Nginx & Websocket proxy

    What Vrang posted works for me, here is my entire config (/etc/nginx/sites-enabled/default): map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { listen 443 ssl; ssl on; ssl_certificate /etc/ssl/nginx/bundle.crt; ssl_certificate_key...
  3. T

    Apache ProxyPass Proxmox WebUI - noVNC WebSockets

    Hi, I've managed to setup apache on one of my VMs to show the Proxmox WebUI on port 443. (https://example.com/proxmox/) Everything works fine except for noVNC, when I try to connect I get a message saying "Server disconnection (code: 1006)" and in the Google Chrome developer console I receive...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!