Thanks, support added in r10266 (currently in Pro).
But config options little different:
// Optionally SSL (only for MySQLi)
|
$config['db_ssl'] = FALSE; // If TRUE mysql connection uses ssl (only available with mysqli engine)
|
$config['db_ssl_verify'] = TRUE; // disables SSL certificate validation on mysqlnd
|
#$config['db_ssl_key'] = ''; // path to ssl key file
|
#$config['db_ssl_cert'] = ''; // path to ssl certificate file
|
#$config['db_ssl_ca'] = ''; // path to ssl ca file
|
#$config['db_ssl_ca_path'] = ''; // path to ca files
|
#$config['db_ssl_ciphers'] = ''; // allowed ciphers to use for ssl connection
|
Hi Mike,
thats great, thanks! When this will be rolled out in community edition?
Bye