[SOLVED] Proxmox VE 9 Beta and OpenID

LnxBil

Distinguished Member
Feb 21, 2015
10,059
2,164
303
Saarland, Germany
I just installed the beta and copied over the OpenID configuration from a PVE 8, replaced the key and id for my beta setup and I'm now unable to login with just an error message:

Code:
OpenID redirect failed.
rust function panicked at /usr/share/perl5/PVE/API2/OpenId.pm line 49. (500)

Looking at the code reveals that is already moved to Rust, so no real debugging in Perl available. I don't see any entries in journalctl -f or /var/log/pveproxy/access.log besides the actual post:

Code:
::ffff:10.192.8.2 - - [18/07/2025:22:05:30 +0200] "POST /api2/extjs/access/openid/auth-url HTTP/1.1" 200 123

developer console does also not help, just the same call to the url with status 200. Where can I look further for any clues why this fails? I use self-signed certificates, which are installed and available via /usr/local/share/ca-certifices and I can curl my OpenID Server without a certificate warning. Depending on the rust SSL implementation it may use the os default or it may not.