There isn't a configuration for hostname. The hostname and protocol is pulled from the requestor, specifically from the X-Forwarded-Proto and X-Forwarded-Host headers. My setup specifically was Cloudflare (https) -> AWS Application Load Balancer (http) -> FusionAuth instance. The ALB didn't pass through the Cloudflare headers, so it always went to http rather than https. Fixed by making the ALB only serve https (which is how it should have been configured to begin with, so this really pointed out a configuration error with our network environment).
A
Best posts made by alex
-
RE: How do I change the base URL for the server?