error fetching datastores - fingerprint 'xxx' not verified, abort!

mokaz

Member
Nov 30, 2021
85
18
13
Hi Team,

I've recently upgraded all the PVE nodes + PBS nodes here and since that, my formerly fully trusted 3rd party certificate (used on PBS's) seems not trusted anymore. The PKI root certificate is imported on every PVE/PBS nodes and each nodes installed certificate is signed by that root CA.

Meanwhile, a simple:
Code:
curl -v https://pbs.domain.suffix:8007/
from every PVE node report that everything is all trusted, all fine.

However, the "PBS storage" is not mounting on the PVE nodes for reasons beyond me honestly. If I'm injecting the fingerprint, it all works though.
But that's basically the reason I'm having my own PKI setup, to avoid such operations and use trusted certificates all around...

This is what I've done on the node's (PVE and PBS) to "trust" my root cert:
Code:
nano /etc/ssl/certs/root.crt
update-ca-certificates -f

As said this was working fine prior to latest updates on both PVE (8.1.10) / PBS (3.1-4).

Is there anything that changed? Am I missing something?
Let me know,
Kind regards,
m.
 
Last edited:
  • Like
Reactions: virutal_manifest
Did you find a solution? I updated an expiring public cert on PBS and all nodes today and even though I can log in to PBS fine I am getting the same error. The fingerprint in the error matches the one on the PBS dashboard.