E-mail notifications use http urls

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
CBaaijens
Posts: 1
Joined: 06 Sep 2023, 14:01

E-mail notifications use http urls

Post 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.
TomR
Posts: 55
Joined: 01 Aug 2006, 10:22

Re: E-mail notifications use http urls

Post by TomR »

You should always redirect to the https:// url
So not only teh links in email but also manually entered url get redirected.
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: E-mail notifications use http urls

Post by atrol »

@CBaaijens you might have set $g_path in your config_inc.php and used http instead of https in it.
Please use Search before posting and read the Manual
Post Reply