Manual:$wgDBssl
データベースの設定: $wgDBssl | |
---|---|
DB 接続で SSL を使用するかどうか。 |
|
導入されたバージョン: | 1.20.0 (Gerrit change 19933; git #494b8b51) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
DB 接続で SSL を使用するかどうかです。
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.