Email View Button missing https Link

Using Linux Server Version 21.8.53 of Manager - Email View Button missing https Link. When customers receive their Invoices \ Quotes and more in their email client there is the https missing when the recipient clicks on the “View” button.

This reflects badly on my businesses, please.

image

See result

image

When you add the “s” in after http all OK.

Currently, if Manager Server is running behind some other web-server, it will determine whether to add https based on X-Forwarded-Proto request header.

On Apache, you could add something like:

RequestHeader set X-Forwarded-Proto https

To your Apache config file which will fix this issue.

In future, I will make some improvements so this X-Forwarded-Proto header won’t be required.

This implementation is not behind anything, Manager Server has direct internet presence. I will look at the Apache thing but need something done fast people are screaming at us.

From your screenshot it’s apparent Manager Server is running behind Apache.

Correct Apache Webserver Host I miss interpreted. No special routing.

Ok… had a quick look and made a correction in Apache2 /etc/apache2/sites-available/000-default.conf
I found a sackable offense in play which had gone undetected as http from a production point of view was never used.

Under the VirtualHost *:80
"The value for %{SERVER_NAME} was not the FQDN