We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 49296
    • 4 Posts
    Has anybody successfully updated ModX to use an SSL secured DB connection?

    We are running 2.6.5-pl and want to upgrade ALL MySQL connection to SSL.

    i.e. using PHP MySQLi;

    $db_mysqli->ssl_set($key, $cert, $ca, $capath, NULL);
    $db_mysqli->real_connect($host, $username, $password, $dbname);