Error after enabling OCSP when setting up new EJBCA instance #208
-
After running the following commands (from here: https://doc.primekey.com/ejbca/ejbca-installation/application-servers/wildfly-26#WildFly26-EnableOCSPRevocationChecking) I assume that this error is related to the built in crypto provider. Should I have installed BC at some point before enabling this? The whole install process falls apart after this.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I was able to get back on track with the following command:
|
Beta Was this translation helpful? Give feedback.
-
That optional configuration I think should not be done until after the installation is up and running. But, I don't think it's about BC provider, the classes are java.security.cert. |
Beta Was this translation helpful? Give feedback.
-
root@online-ca:~# java -version |
Beta Was this translation helpful? Give feedback.
-
Still working through the process, but trying to identify precisely why it's going off track. Thanks for the tip on the OCSP config. |
Beta Was this translation helpful? Give feedback.
That optional configuration I think should not be done until after the installation is up and running. But, I don't think it's about BC provider, the classes are java.security.cert.
I haven't tried this command myself actually. Are you using Java 11?
The message "the trustAnchors parameter must be non-empty" makes me believe some parameter is missing, but that's more a guess.