Unable to Access WebAdmin UI #688
-
Hi, First of all, I wanted to thank this community for the great help. I ran into error after another error when I was installing EJBCA CE from scratch. However, I am still facing issues down to the last step and I couldn't find the answer from Q&A section. So I decided to post this. I was able to install and deploy EJBCA and imported the superadmin.p12 to my computer. I can see on my cert store. However, when I pull up the admin web UI, I got this: Logs: Any help and advice is much much appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
look like you tried to access https://localhost:8080? or http://localhost:8443? I.e. http instead of https or something? |
Beta Was this translation helpful? Give feedback.
-
authkeybinding doesn't have anything todo with this. Why did you set httpsserver.password to empty? It seems server keystores have not been generated. You have this in the log file. I would not be surprised if it is due to setting an empty password. P12 files need passwords. 2024-10-14 20:38:48,294 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY00023: KeyStore file '/opt/wildfly/standalone/configuration/keystore/truststore.p12' does not exist. Used blank. |
Beta Was this translation helpful? Give feedback.
It is not recommended to run WildFly as root. If you run "ant runinstall" as root, but do not run WildFly as root, the privileges on those files (check with ls -al) will not allow WildFly to read them.
We don't recommend running anything as root. We think it's is generally bad practice to run as root when not absolutely needed.