-
-
Couldn't load subscription status.
- Fork 2.8k
Closed
Milestone
Description
After adding the FAQ, change the link in DbOverSSLCheck.php.
Steps to using an SSL connection to MySQL include:
- obtain SSL keys and certificate files generated using the same version of openssl as MySQL
- in config.ini.php's
[database]section, set thessl_cert,ssl_key,ssl_cato absolute paths to the required files (and make sure PHP can read those files or you'll get strange MySQL errors) - Optionally set
ssl_cipherto your desired cipher - If you're using a self signed certificate (& your PHP version has a PDO/MySQLi that supports skipping the verification check), set the
ssl_no_verifyoption to1. - Verify in the Piwik system check that you are using an SSL connection to the database.
Not sure if this is accurate for cloud providers, and this doesn't work if the MySQL instance requires SSL, since in that case you won't be able to actually install Piwik (at least not through the web UI). We should add links to the cloud provider docs for obtaining required files as well.
Refs #10866
Metadata
Metadata
Assignees
Labels
No labels