Add the following option to the server.vmoptions file:
Code Block |
---|
-Dport=8888 |
Update the base Url for Voyager server to:
Code Block |
---|
https://<fqdn> |
(do not add the port)
Add the following option to the HQ config.yml:
Code Block |
---|
baseUrl
https://<fqdn> |
(do not add the port)
Update the server url in HQ config.yml:
Code Block |
---|
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
Code Block |
---|
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
...