Manual:$wgDBssl/pt-br
Definições de banco de dados: $wgDBssl | |
---|---|
Se desejar usar SSL na conexão com o banco de dados. |
|
Introduzida na versão: | 1.20.0 (Gerrit change 19933; git #494b8b51) |
Removida na versão: | Ainda em uso |
Valores permitidos: | (booleano) |
Valor padrão: | false |
Outras definições: Ordem alfabética | Por função |
Detalhes
Se desejar usar SSL na conexão com o banco de dados.
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.