Integrated PBS into proxmox Cluster (fingerprint pb ??)

ThierryIT69

Member
Mar 28, 2024
51
4
13
hello,
I have a running proxmox cluster with three nodes. All working.
Few months ago I have integrated a PBS, all working until this week.

Code:
prx-pbs: error fetching datastores - fingerprint '3F:2A:9E:7B:89:22:xx:xx:xx:xx:xx:xx:0D:61:05:8A:F4:52:FE:0E:81:6C:4A:31:EE' not verified, abort! (500)

I am using ACME for the management of my certificates. If I do remember well, it renew automatically the certificates every three months ... When renewed, the fingerprint of this certificates is changing too ... It might explain the problem I do have today.

The fingerprint I have now is different from the one in my error message.
Ideas ? Or I am wrong ??
 
Explicitly setting the fingerprint is only required if you are using self-signed certificates which cannot be validated against regular CAs. If you are using ACME, you simply must not set it, as each certificate rotation will change the fingerprint as well. But it is not required for validation in that case.
 
If I am adding a second pbs storage (same PBS) to replace this one but without "fingerprint" I have :

Code:
create storage failed: pbs2-storage: error fetching datastores - 500 Can't connect to 192.168.xxx.xx:8007 (hostname verification failed) (500)
 
Last edited:
Are you using the plain IP to access the PBS host? If so, I assume your IP is not included in the certificate then? So either make sure it is as well or access the PBS host via its domain name.