N°1260 MySQL TLS connection : do not use persistent connection in Mutex

SVN:trunk[5313]
This commit is contained in:
Pierre Goiffon
2018-02-08 14:22:05 +00:00
parent b032299b05
commit f51eb96c69
3 changed files with 14 additions and 14 deletions

View File

@@ -534,7 +534,7 @@ if (class_exists('ZipArchive')) // The setup must be able to start even if the "
try
{
$oMysqli = CMDBSource::GetMysqliInstance($sServer, $sUser, $sPwd, $sSource, $sSSLKey, $sSSLCert,
$sSSLCA, $sSSLCaPath, $sSSLCipher, false);
$sSSLCA, $sSSLCaPath, $sSSLCipher, true, false);
if ($oMysqli->connect_errno)
{