Replies: 2 comments 2 replies
-
Hi, Try the new EJBCA 8.0, it has improvements for using the RA web for public, it's used by default now for initial superadmin enrollment for example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @tlull We have the same server logs and upon certificate renewal, the user gets an error "certificate cannot be renewed". This is with EJBCA 9.1.1. Did you solve your problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm running EJBCA version 7.11.0.
A normal user is able to logon to the new RA GUI. The web browser asks for the certificate to use for logon when opening the URL https://host:8443/ejbca/ra/
My plan is to create a role with minimal permissions so every user can renew its own certificate.
I have created a new role with the new RA GUI containing 2 permissions:
This is fine.
Now a normal user sees exactly 3 menu entries in the RA GUI:
When the user tries to renew its certificate using the new RA GUI then a box with the following message appears:
"Certificate can not be renewed."
The server log contains this error:
2023-04-04 14:18:55,713 ERROR [org.ejbca.ra.RaRenewBean] (default task-15) Failed to renew certificate for user XXX with serial number 7501717757895505480 and issuer CN=YYY,O=ZZZ,C=DE: org.ejbca.core.model.ca.AuthLoginException: Got request for user with invalid password: XXX.
But independently from the error everythings seem to be okay so far. The state of the user has changed to "new" and the user received an email with the new password.
Afterwards the user tries to download its new certificate using the new RA GUI. 2 error boxes appear:
The server log contains this error:
So I have 3 questions:
Kind regards,
Torsten
Beta Was this translation helpful? Give feedback.
All reactions