Thanks Till,
Tried earlier:
$conf['dbmaster_client_flags'] = MYSQL_CLIENT_SSL;
which looked more obvious, but that did not do the trick.
$conf['db_client_flags'] = MYSQL_CLIENT_SSL;
indeed triggers a secure connection to the master database and seems to work with the local database too even when it does not support SSL.
Quote:
Originally Posted by till
To enable this ssl, set:
$conf['db_client_flags'] = 0;
to:
$conf['db_client_flags'] = MYSQL_CLIENT_SSL;
in the server config.inc.php file.
|
Recent comments
10 hours 55 min ago
15 hours 54 min ago
17 hours 20 min ago
18 hours 13 min ago
19 hours 56 min ago
1 day 20 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 16 hours ago
1 day 18 hours ago