Handbuch:$wgDBssl

This page is a translated version of the page Manual:$wgDBssl and the translation is 75% complete.
Datenbank-Einstellungen: $wgDBssl
Gibt an, ob die Datenbankverbindung SSL benutzen soll oder nicht.
Eingeführt in Version:1.20.0 (Gerrit change 19933; git #494b8b51)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Wahrheitswert)
Standardwert:false

Details

Gibt an, ob die Datenbankverbindung SSL benutzen soll oder nicht.

Diese Einstellung wird nur benutzt, wenn $wgLBFactoryConf ['class'] auf 'LBFactorySimple' gesetzt ist, und $wgDBservers ein leeres Array ist. Otherwise the DBO_SSL flag must be set in the 'flags' option of the database connection to achieve the same functionality.

If you need to provide custom SSL certificates for SSL encryption, you should use $wgDBservers instead.