charts-passbolt icon indicating copy to clipboard operation
charts-passbolt copied to clipboard

Installation stuck at "waiting on database connection"

Open HelLViS69 opened this issue 8 months ago • 8 comments

Hello, as title says the installation remains stuck at "waiting on database connection".

After entering the pod "passbolt-depl-srv" and open a shell in the init container "passbolt-depl-srv-init", I tried the connection to MariaDB and this is the result:

root@passbolt-depl-srv-5cf966745f-vblgt:/# mariadb -h ${DATASOURCES_DEFAULT_HOST} -u ${DATASOURCES_DEFAULT_USERNAME} -p${DATASOURCES_DEFAULT_PASSWORD}
ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it

I also tried to pass PASSBOLT_SSL_FORCE to false but didn't help

HelLViS69 avatar Jun 13 '24 12:06 HelLViS69