Add MYSQLI_CLIENT_SSL to conf-custom?

Discussion in 'Installation/Configuration' started by felan, Jul 11, 2019.

  1. felan

    felan Member HowtoForge Supporter

    Good morning and thanks for the great work you guys do with ISPConfig :)

    I got a question. Is it possible to add the following code to a custom config file, so it doesn't get overwritten when upgrading ISPConfig?
    Code:
    $conf['dbmaster_client_flags']          = MYSQLI_CLIENT_SSL;
    On our multiserver setup, we run all connections to the master database over SSL and have this added to the config.inc.php file.

    Hope to hear from you soon :)
     
    ahrasis likes this.
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    felan and ahrasis like this.
  3. felan

    felan Member HowtoForge Supporter

    Thanks :) I had overlooked config.inc.php.master in the directory.
    Thanks again!
     
  4. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    ahrasis likes this.
  5. felan

    felan Member HowtoForge Supporter

    Hi Jesse.
    Thanks for the suggestion :) I've already made the custom conf-custom setup, but I'll keep it in mind for later :)
     

Share This Page