Hello!
I have configured Proxmox (running pve-manager/7.2-4/ca9d43cc) to use OpenID for authentication, but I get the following error message upon signing in.

It looks like my browser tries to make a POST request towards
In /var/log/pveproxy/access.log I find the following corresponding message:
I can't find anything corresponding to the above request in
I have used the web GUI to configure the OpenID client.
Any idea what 596 might mean and how to debug this further? Thanks!
I have configured Proxmox (running pve-manager/7.2-4/ca9d43cc) to use OpenID for authentication, but I get the following error message upon signing in.

It looks like my browser tries to make a POST request towards
/api2/extjs/access/openid/auth-url
, which for some reason returns status code 596 (after a rather long timeout).In /var/log/pveproxy/access.log I find the following corresponding message:
Code:
::ffff:<censored> - - [04/07/2022:11:06:01 +0200] "POST /api2/extjs/access/openid/auth-url HTTP/1.1" 596 -
/var/log/syslog
.I have used the web GUI to configure the OpenID client.
/etc/pve/domains.cfg
looks something like this.
Code:
pam: pam
comment Linux PAM standard authentication
pve: pve
comment Proxmox VE authentication server
openid: test
comment test
client-id <redacted>
issuer-url <redacted>
autocreate 1
client-key <redacted>
default 1
username-claim username
Any idea what 596 might mean and how to debug this further? Thanks!