Manual:$wgDBssl/ko
Appearance
| Database settings: $wgDBssl | |
|---|---|
| Whether to use SSL in DB connection. |
|
| 이 변수가 소개된 버전: | 1.20.0 (Gerrit change 19933; git #494b8b51) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | 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.