To make ARISaccessible under a privileged port on a Linux system, a user with root privileges has redirect the ports, for example, the HTTP port 80 or the HTTPS port 443.
If you have forced the loadbalancer runnable to use HTTPS using an ACC command, such as:
reconfigure loadbalancer_m +HTTPD.EnforceHTTPS="true"
connections cannot be established. This is because users are forwarded to https://<server name>:1443/ instead of https://<server name>.
You must redirect the HTTPS port to 443.
Procedure
ARIS Cloud Controller can be used in multiple modes.
To start ACC under a Windows operating system click Start > All Programs > ARIS > Administration > Start ARIS Cloud Controller. If you have changed agent user credentials you must enter the user name and/or the password.
To start ACC under a Linux operating system, execute the acc10.sh shell script instead.
reconfigure loadbalancer_m HTTPD.redirect.https.port=":443"
You must enter a colon followed by the port number.
Users are forwarded correctly.