If you add the SSL requirement to the MySQL user, e.g.:
ALTER USER mantis REQUIRE SSL;
and you add the following line to the config_inc.php file:
$g_dsn = "mysqli://$g_db_username:$g_db_password@$g_hostname/$g_database_name?clientflags=" . MYSQLI_CLIENT_SSL;
Mantis keeps working correctly ...
Search found 4 matches
- 07 May 2020, 15:51
- Forum: Help
- Topic: Cannot connect with database over SSL
- Replies: 6
- Views: 11778
- 23 Jan 2007, 12:58
- Forum: Help
- Topic: What is a sub-project?
- Replies: 1
- Views: 4224
- 15 Jan 2007, 17:47
- Forum: General Discussion
- Topic: private issue and private note
- Replies: 10
- Views: 27510
- 18 Sep 2006, 10:49
- Forum: General Discussion
- Topic: private issue and private note
- Replies: 10
- Views: 27510
private issue and private note
Hi,
I think I know what a private project is, but I'm not sure about private issue and private note, I couldn't find anything about them in the documentation.
Can anyone explain what they are for?
Does the private status only affect viewing or also email notification?
Thanks.
I think I know what a private project is, but I'm not sure about private issue and private note, I couldn't find anything about them in the documentation.
Can anyone explain what they are for?
Does the private status only affect viewing or also email notification?
Thanks.