I've setup a new Proxmox 6.0 cluster with three nodes. Version info is here:
I'm using Cloudflared as a proxy to provide SSO in front of Proxmox. This was previously working on a separate cluster running Proxmox 5.4. However, on this cluster, when I try to login to Proxmox, I get an error message:
I also tail-ed /var/log/pveproxy/access.log, and I see this:
If I check Chrome Dev tools, I see the following two HTTP calls that return 401:
and
Code:
root@example-vm01:/var/log/pveproxy# pveversion
pve-manager/6.0-5/f8a710d7 (running kernel: 5.0.18-1-pve)

Code:
Connection error 401: Unauthorized
Code:
127.0.0.1 - - [15/08/2019:01:19:42 -0700] "POST /api2/extjs/access/ticket HTTP/1.1" 200 690
127.0.0.1 - - [15/08/2019:01:19:42 -0700] "GET /api2/extjs/version?_dc=1565857182452 HTTP/1.1" 401 -
127.0.0.1 - - [15/08/2019:01:19:42 -0700] "GET /api2/extjs/nodes/localhost/subscription?_dc=1565857182453 HTTP/1.1" 401 -

Code:
http://mtv1.example.com/api2/extjs/version?_dc=1565806584792

Code:
http://mtv1.example.com/api2/extjs/nodes/localhost/subscription?_dc=1565806584793
Any idea what's going on here, or why we're suddenly getting this HTTP 401?
Thanks,
Victor
Last edited: