Manual:$wgDBssl/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgDBssl and the translation is 12% complete.
Database settings: $wgDBssl
Whether to use SSL in DB connection.
Eingeführt in Version:1.20.0 (Gerrit change 19933; git #494b8b51)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(boolean)
Standardwert:false

Details

Whether to use SSL in DB connection.

This setting is only used if $wgLBFactoryConf ['class'] is set to 'LBFactorySimple' and $wgDBservers is an empty array. 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.