Hello Community!
I just want to access Aris Connect through protocol HTTPS.
I know we need to reconfigure loadbalancer using the following command:
> reconfigure loadbalancer_m +HTTPD.EnforceHTTPS="true"
Apparently this is not enough because HTTP access is still available.
Do you know what I should do to force only HTTPS?
Thanks in advance!
Regards,
Dilcarina
Hi Dilcarina,
for the setting HTTPD.EnforceHTTPS = true to have any effect, the loadbalancer still needs to have its HTTP connector on port 80 enabled, cause only then can the loadbalancer respond to a request to this port with the redirect to HTTPS (which by default means port 443).
So if you want the redirect, set HTTPD.port to 80. Naturally, this port will then show as "Open" if you scan for open ports on that machine, but since the loadbalancer will always respond with the redirect to https/443, you effectively cannot access the application via HTTP anymore, which is probably what you want.
Regards
Jürgen