Tracker and HTTPS

Hello there.

I created a newsletter campaign and added a link tracker to the mail template.
Now I sent myself a test mail. Unfortunately the link (in the mail) start with

http://crm.hil...

instead of

https://crm. hil....

This causes an error message to appear in the browser when the link is clicked.
(400 Bad Request - The plain HTTP request was sent to HTTPS port)

How can I fix this? Or is there a work-around?

Many greetings - Roland

I’ve found a solution.
In the config.php the entry had to be changed.

'site_url' => 'http://crm.hi...:443',
1 Like