Hello.
I'm trying to host FME Server under AWS's Application Load Balancer (ALB).
A SSL certification (which is provided by AWS) is attached to the ALB and ALB listens to 443 port.
The EC2 insance runs FME web application on the standard HTTP port (80).
Let's say the domain I host FME Server is mysite.com.
When I open https://mysite.com , the browser redirects to http://mysite.com/fmeserver/ (port 80) instead of https://mysite.com/fmeserver/ .
How can I configure FME Server web application to redirect to https ?
EDIT:
I'm using Ubuntu 20.04.
FME Server installer is https://downloads.safe.com/fme/2022/fme-server-2022.1.2-b22627-linux-x64~ubuntu.20.04.run