Open pki-bot opened 4 years ago
Comment from edewata (@edewata) at 2016-07-07 18:15:54
See also ticket 1615.
Comment from mharmsen (@mharmsen) at 2016-07-07 19:53:57
Per PKI Bug Council of 07/07/2016: 10.4
Comment from edewata (@edewata) at 2016-11-08 20:36:44
The code also hides actual runtime error (e.g. missing CA signing certificate). See also https://bugzilla.redhat.com/show_bug.cgi?id=1390319.
Comment from edewata (@edewata) at 2017-02-27 14:00:10
Metadata Update from @edewata:
This issue was migrated from Pagure Issue #2400. Originally filed by edewata (@edewata) on 2016-07-06 19:30:28:
The SigningUnit class currently catches and ignores all exceptions during initialization except for some exceptions that are specifically handled.
During CA installation the code ignores the following exception:
While this exception is considered "normal" during CA installation (due to improper initialization sequence), the code could also mask a real problem during runtime.
Proposed solution: