Hi there,
I recently setup a reverse proxy (using Nginx proxy manager) to access pve from something.mydomain.com.
It works correctly except Spice.
Looking at the spice file I can see that there's a line:
From my limited knowledge this won't work, since something.mydomain.com is listening on port 443 and redirecting to 8006 (proxmox pve port)
I could create another subdomain called spice.mydomain.com that redirects to port 8123. So then on the spice config files I should introduce
But this doesn't work, am I missing something?
I recently setup a reverse proxy (using Nginx proxy manager) to access pve from something.mydomain.com.
It works correctly except Spice.
Looking at the spice file I can see that there's a line:
proxy=http://something.mydomain.com:3128
From my limited knowledge this won't work, since something.mydomain.com is listening on port 443 and redirecting to 8006 (proxmox pve port)
I could create another subdomain called spice.mydomain.com that redirects to port 8123. So then on the spice config files I should introduce
proxy=https://spice.mydomain.com:443
But this doesn't work, am I missing something?