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
11 hours 13 min ago
20 hours 41 min ago
21 hours 31 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 5 hours ago
1 day 8 hours ago
1 day 18 hours ago
1 day 23 hours ago
2 days 26 min ago