Details
-
Type:
Bug
-
Status: To Do
-
Priority:
Higher
-
Resolution: Unresolved
-
Affects Version/s: 2.4.0, 2.5.0
-
Fix Version/s: None
-
Labels:
-
Environment:Ubuntu x86_64
-
Days in progress:0
Description
The production server fails to login when using a non-standard port such as 9443 instead of 443. Changing the prod.yml to use a non-standard port works up to version 2.2.
mender-api-gateway:
ports:
- list of ports API gateway is made available on
- "9443:443"
...
ALLOWED_HOSTS: mender.example.com:9443