Page 1 of 1

E-mail notifications use http urls

Posted: 06 Sep 2023, 14:05
by CBaaijens
I run Mantis 2.25.7 and it works very well, except for the e-mail notifications, all urls to issues are done with a non-certified url (e.g. http://website/mantis/issue=111) - Customers visiting my mantis are then notified with a warning and shown that their information can be leaked, while all they have to do is visit the https version of the website.

Needlessly to say the https version runs like a secure charm. I have been searching the settings but can't find the correct one.

How can I make sure customer recieve the https urls.

Re: E-mail notifications use http urls

Posted: 07 Oct 2023, 10:21
by TomR
You should always redirect to the https:// url
So not only teh links in email but also manually entered url get redirected.

Re: E-mail notifications use http urls

Posted: 07 Oct 2023, 15:08
by atrol
@CBaaijens you might have set $g_path in your config_inc.php and used http instead of https in it.