N°1260 MySQL TLS connection : exception if the opened connection is not in TLS whereas TLS parameters were used to open it

SVN:trunk[5312]
This commit is contained in:
Pierre Goiffon
2018-02-08 14:21:58 +00:00
parent 5a2576bc29
commit b032299b05
3 changed files with 105 additions and 15 deletions

View File

@@ -245,7 +245,7 @@ class iTopMutex
$sSSLCipher = $this->sDBSSLCipher;
$this->hDBLink = CMDBSource::GetMysqliInstance($sServer, $sUser, $sPwd, $sSource, $sSSLKey, $sSSLCert, $sSSLCA,
$sSSLCaPath, $sSSLCipher);
$sSSLCaPath, $sSSLCipher, false);
if (!$this->hDBLink)
{