Handbuch:$wgDBssl
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 |
Andere Einstellungen: Alphabetisch | Nach Funktion |
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.