Is this logged "error" message a real error? #750
-
Beta Was this translation helpful? Give feedback.
Answered by
primetomas
Dec 19, 2024
Replies: 1 comment 2 replies
-
This looks normal. It comes from this test: It simply checks that the CRL doesn't already exist in the database before it tries to store it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
talcher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks normal. It comes from this test:
https://github.com/Keyfactor/ejbca-ce/blob/main/modules/plugins/src/org/ejbca/core/model/services/workers/CertificateCrlReader.java#L373
It simply checks that the CRL doesn't already exist in the database before it tries to store it.