matomo-org/matomo

Installation with DB connection over TLS not possible

Open

#16,404 opened on Sep 7, 2020

View on GitHub
 (3 comments) (1 reaction) (0 assignees)PHP (2,847 forks)batch import
EnhancementHelp wanted

Repository metrics

Stars
 (21,513 stars)
PR merge metrics
 (Avg merge 8d 11h) (106 merged PRs in 30d)

Description

It is impossible to install Matomo with a remote server which enforces TLS for the DB connection.

The UI does not support SSL settings. Manually adding the config.ini.php results in a successful connection, however makes Matomo believe the setup is already done. There is no obvious way to import the scheme then.

Currently I have to disable TLS support in the DB until Matomo is done with the setup.

Expected behavior: a) Allow a partial configuration b) Allow to create the scheme from console

Contributor guide