Search found 2 matches

by balaguru
10 Apr 2020, 04:14
Forum: General Discussion
Topic: MySQL SSL support
Replies: 2
Views: 3942

Re: MySQL SSL support

Yes. That worked. Thanks.
by balaguru
09 Apr 2020, 18:19
Forum: General Discussion
Topic: MySQL SSL support
Replies: 2
Views: 3942

MySQL SSL support

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...