EJBCA Container installation doesnt work #707
Replies: 2 comments 4 replies
-
Hmm, it looks suspicious that there are no variable for the ejbca-node1 environment with DATABASE_USER and DATABASE_PASSWORD. There should probably be those added under DATABASE_JDBC_URL. Or since it contains secrets it is probably expected to be inserted by a secrets manager to avoid having that password in the code. I.e. in production database password should NOT be in the yaml file. |
Beta Was this translation helpful? Give feedback.
-
Similar for me. I followed the tutorial to the letter and everything worked fine. Then I shutdown Ubuntu, started it up the following day, ran:
and saw the following repeating over and over...
@primetomas, you mentioned editing the docker-compose.yml file but I would not know what to change:
Help would be greatly appreciated :-) |
Beta Was this translation helpful? Give feedback.
-
I am following the tutorial from the Keyfactor site to get EJBCA installed in Docker from this link:
https://docs.keyfactor.com/ejbca/latest/tutorial-start-out-with-ejbca-docker-container
However, the process is either missing steps or Maria DB has made some changes, when you get to step 3 'Start EJBCA Community container' and you run the command to view the logs, EJBCA is not able to connect to the MariaDB host and errors with:
The MariaDB container reports
Aborted connection 1 to db: 'unconnected' user: 'unauthenticated' host: '172.18.0.3' (This connection closed normally without authentication)
Has anyone else encountered this??
Beta Was this translation helpful? Give feedback.
All reactions