I have a particular request where we need to replace the main ARIS server hostname by a Load Balancer alias.
Current installation: https://hostname/#default/home
Current Load Balancer alias: https://aris.my-company.cloud
From server side, how to replace the hostname with the LB alias?
Expected result: https://aris.my-company.cloud/#default/home
It's important to note that SSL is enabled and we intend to enable Single sign-on as well. We also intend to reach out the server via ARIS Client and ARIS Connect.
Possible solution:
I was thinking of using the hosts file of the server but it didn't work. Another assumption is to use the default Apache installation within ARIS but I don't know the impact of doing that or even HOW TO do that.
Any example is much appreciate.
Thanks in advance.