monicahq / docker

docker image of Monica

Home Page:https://hub.docker.com/_/monica/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for SSL/TLS connections to the database

guidoiaquinti opened this issue · comments

In installations where the databases is enforcing secure connections (example: MySQL running with error_er_secure_transport_required enabled), the entrypoint.sh scripts will fail as it doesn't allow the use of secure connections.

We should probably the script to use mysqli_ssl_set/mysqli::ssl_set (see docs).