Redirect HTTPS port

To make ARIS accessible 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

  1. Start ARIS Cloud Controller (ACC).

  2. Enter:

    reconfigure loadbalancer_m HTTPD.redirect.https.port=":443"

    You must enter a colon followed by the port number.

Users are forwarded correctly.