MySQL SSL support

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
balaguru
Posts: 2
Joined: 09 Apr 2020, 18:13

MySQL SSL support

Post by balaguru »

I just installed Mantis using MySQL 8 with an instance that requires encrypted client connections. To get it to work I had to change Line 56 of mantisbt-2.24.0/vendor/adodb/adodb-php/drivers/adodb-mysqli.inc.php to:

var $clientFlags = MYSQLI_CLIENT_SSL;

It would be great if a configuration option to do the same thing could be set in: mantisbt-2.24.0/config/config_inc.php
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: MySQL SSL support

Post by atrol »

You could try if the following undocumented method still works in current version viewtopic.php?f=3&t=23988
Please use Search before posting and read the Manual
balaguru
Posts: 2
Joined: 09 Apr 2020, 18:13

Re: MySQL SSL support

Post by balaguru »

Yes. That worked. Thanks.
Post Reply