手册:$wgDBssl
数据库设置: $wgDBssl | |
---|---|
Whether to use SSL in DB connection. |
|
引进版本: | 1.20.0 (Gerrit change 19933; git #494b8b51) |
移除版本: | 仍在使用 |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
细节
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.