diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-16 12:41:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-16 12:41:55 +0200 |
commit | 0785e47152dcb3d3a96c04bc9507eff36a1926c1 (patch) | |
tree | ae9852eb093a7ceca691b5736fe7eac300b6a08e /application/config | |
parent | 76e643e7e3ebff679407255f66eafae790912f31 (diff) |
[ci skip] Add note about colon-separated ssl_cipher list
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index 656f0c35a..af29acdc7 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -48,7 +48,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | 'ssl_cert' - Path to the public key certificate file | 'ssl_ca' - Path to the certificate authority file | 'ssl_capath' - Path to a directory containing trusted CA certificats in PEM format -| 'ssl_cipher' - List of *allowed* ciphers to be used for the encryption +| 'ssl_cipher' - List of *allowed* ciphers to be used for the encryption, separated by colons (':') | | ['compress'] Whether or not to use client compression (MySQL only) | ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections |