/
Configuring AWS Application Load Balancer (ALB)
Configuring AWS Application Load Balancer (ALB)
Add the following option to the server.vmoptions file:
-Dport=8888
Update the base Url for Voyager server to:
https://<fqdn>
(do not add the port)
Add the following option to the HQ config.yml:
baseUrl
https://<fqdn>
(do not add the port)
Update the server url in HQ config.yml:
server:
url: https://<fqdn>
(do not add the port)
This configuration will require adding the CRT file to the HQ cacerts file found here:
~\voyager\HQ_1.12\jre\lib\security\cacerts
PS C:\voyager\HQ_1.12\jre\lib\security> C:\voyager\HQ_1.12\jre\bin\keytool.exe -import -file .\WINDOWS10.crt -keystore .\cacerts
The default keystore password is:
changeit
Amazon AWS ALB Configuration
, multiple selections available,