Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Waggott <gwaggott@gmail.com>2018-04-02 04:36:58 +0300
committerBenaka <diosmosis@users.noreply.github.com>2018-04-02 04:36:58 +0300
commit0a46f181bf69cc6627f5dc67aab32684fdf76574 (patch)
tree989901d9292f225c2644a99f9a9faae68593d048 /plugins/Installation/lang
parentec2bb305723fbb43d302947c4833071a68ad4f93 (diff)
Mysql SSL connection support from pull request #8049 (#10866)
* Mysql SSL connection support from pull request #8049 * updated minified js * Add ssl_no_verify config option for skipping certificate verification (works only on some PHP setups). * Remove TODO comment from DbOverSSLCheck diagnostic, will create issue. * Skip test if SSL is not enabled * Undo changes to piwik.js for tests. * Tweak to DbSSLTest.
Diffstat (limited to 'plugins/Installation/lang')
-rw-r--r--plugins/Installation/lang/en.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index 406a499200..d6812de344 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -72,6 +72,12 @@
"SystemCheckCreateFunctionHelp": "Matomo uses anonymous functions for callbacks.",
"SystemCheckDatabaseExtensions": "MySQL extensions",
"SystemCheckDatabaseHelp": "Matomo requires either the mysqli extension or both the PDO and pdo_mysql extensions.",
+ "SystemCheckDatabaseSSL": "Database SSL Connection",
+ "SystemCheckDatabaseSSLCipher": "SSL cipher being used",
+ "SystemCheckDatabaseSSLDisabled": "SSL support in your database server is disabled",
+ "SystemCheckDatabaseSSLNo": "Database server is not compiled with SSL support",
+ "SystemCheckDatabaseSSLNotWorking": "%s is set to '1' but SSL connection is not working",
+ "SystemCheckDatabaseSSLOn": "Your database supports SSL connections but SSL connection is not used. Check your database SSL settings in your Matomo config file",
"SystemCheckDebugBacktraceHelp": "View::factory won't be able to create views for the calling module.",
"SystemCheckError": "An error occured - must be fixed before you proceed",
"SystemCheckEvalHelp": "Required by HTML QuickForm and Smarty templating system.",