Actions
Bug #25563
openWe can't disable a node with a bad certificate anymore
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We added a check to not be able to save a node with a bad certificate, but the side effect is that if we already had a node with a bad certificate, we can't disable it anymore:
The error is:
Error when saving the new node state <- CryptoEx: Key '-----BEGIN CERTIFICATE----- MIIFqDCCA5CgAwIBAgIUIb+ay gIrV31P4GyU-XXXX -----END CERTIFICATE-----' cannot be parsed as a valid certificate; root exception was: unable to decode base64 string: invalid characters encountered in base64 data
We should not run the savePreChecks
when disabling a node.
Files
Actions