diff --git a/drush/civicrm.drush.inc b/drush/civicrm.drush.inc index 92fb4440c..1acf67be6 100644 --- a/drush/civicrm.drush.inc +++ b/drush/civicrm.drush.inc @@ -494,6 +494,9 @@ function _civicrm_generate_settings_file($dbuser, $dbpass, $dbhost, $dbname, $mo 'CMSdbPass' => $db_spec['password'], 'CMSdbHost' => $db_spec['host'], 'CMSdbName' => $db_spec['database'], + // These two are only filled in when using the newer civicrm-setup. + 'dbSSL' => '', + 'CMSdbSSL' => '', 'siteKey' => preg_replace(';[^a-zA-Z0-9];', '', base64_encode(random_bytes(37))), 'credKeys' => 'aes-cbc:hkdf-sha256:' . preg_replace(';[^a-zA-Z0-9];', '', base64_encode(random_bytes(37))), 'signKeys' => 'jwt-hs256:hkdf-sha256:' . preg_replace(';[^a-zA-Z0-9];', '', base64_encode(random_bytes(37))),