charts-passbolt
charts-passbolt copied to clipboard
Installation stuck at "waiting on database connection"
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