-
Hello EJBCA Community, I have installed ejbca manually,created and added a client certificate to the Super Administrator Role in EJBCA. However, I am encountering the following error repeatedly in the server logs during authentication attempts while accessing the adminweb : text
I have verified that the certificate is issued and assigned correctly, but the system still cannot authenticate using this certificate. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
is your admin certificate issued from another CA instance? |
Beta Was this translation helpful? Give feedback.
-
It was not issued from other instance. I found the solution in the documentation. By setting web.reqcertindb=false in the configuration, the issue was resolved. Thank you! |
Beta Was this translation helpful? Give feedback.
It was not issued from other instance.
I found the solution in the documentation. By setting web.reqcertindb=false in the configuration, the issue was resolved. Thank you!