Merge branch 'develop' into feature/uninstallation

This commit is contained in:
odain
2026-04-28 10:24:50 +02:00
222 changed files with 11170 additions and 4756 deletions

View File

@@ -511,7 +511,7 @@ EOF;
{
$bDbTlsEnabled = $oConfig->Get('db_tls.enabled');
if (!$bDbTlsEnabled) {
return CMDBSource::IsSslModeDBVersion() ? ' --skip-ssl' : '';
return '';
}
$sTlsOptions = '';
// Mysql 5.7.11 and upper deprecated --ssl and uses --ssl-mode instead