Upgrade from EJBCA 6.1.1.3 to the latest #976
Replies: 3 comments 10 replies
-
Where did you find the container for 6.1.1.3? Or did you use the latest container? If so, how did you start it, and does the log contain any errors? |
Beta Was this translation helpful? Give feedback.
-
|
That error typically means that the server, on the TLS connection level, does not recognize your client certificate. This in turn is typically because the (Root) CA certificate of the CA that issued your client certificate is not available in the truststore of the server. When accessing, does your browser ask you for a client certificate to start with? you can use "openssl s_client" to see what the server actually sends back to the client as "trusted CAs". |
Beta Was this translation helpful? Give feedback.
-
|
I've replaced the key-/truststore again, created a new superadmin with: ejbca.sh ra setuserstatus superadmin 10 the new superadmin.p12 get's created and has the right pw. 13:16:45,800 INFO [org.ejbca.core.ejb.services.ServiceSessionBean] (EJB default - 2) Service CRL Update Service 1 executed successfully. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have still an old EJBCA instance running which I want to upgrade to the latest version.
I already migrated the trust-/keystores to the EJBCA Container based version in the same release. Which seems to work. The non Admin area is usable and the superadmin.p12 has been signed by the old ca cert imported via the trust-/keystore from the old instance. Yet if I use the superadmin.p12 I can't access the admin area with this error:
So I can't verify if everthing is working. Yet I really would want to verify that before I'll continue with the rest of the upgrade.
Can someone help me with that?
Beta Was this translation helpful? Give feedback.
All reactions