From 1243b335af2b5bb389808e550b2f89b8e83a63b2 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 21 Sep 2021 15:44:14 +1000 Subject: [PATCH] Fix generating civicrm.settings.php by ensuring that CMSdbSSL and dbSSL variables are properly removed from the DSNs --- admin/configure.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/configure.php b/admin/configure.php index 2c3c88f..778969e 100644 --- a/admin/configure.php +++ b/admin/configure.php @@ -242,6 +242,8 @@ function civicrm_config($frontend = FALSE, $siteKey, $credKeys, $signKeys) { 'siteKey' => $siteKey, 'credKeys' => $credKeys, 'signKeys' => $signKeys, + 'dbSSL' => '', + 'CMSdbSSL' => '', ); if ($frontend) {