SV-256942r960762_rule
V-256942
SRG-APP-000015-WSR-000014
APWS-AT-000040
CAT II
10
As a System Administrator, locate the inventory file used to install Ansible Automation Platform (usually in the installer directory). Edit this file and ensure the "nginx_disable_https" variable is absent or is set to "false".
Run the setup.sh command in the installer directory to reconfigure the controller to use the new setting:
sudo ./setup.sh
As any user, execute the following command, substituting "<controller_fqdn>" for the hostname of the Automation Controller:
curl -s -w '%{redirect_url}\n' -o /dev/null http://<controller_fqdn>/api/v2/ping/ | grep '^https' >/dev/null || echo FAILED
If "FAILED" is displayed, this is a finding.
V-256942
False
APWS-AT-000040
As any user, execute the following command, substituting "<controller_fqdn>" for the hostname of the Automation Controller:
curl -s -w '%{redirect_url}\n' -o /dev/null http://<controller_fqdn>/api/v2/ping/ | grep '^https' >/dev/null || echo FAILED
If "FAILED" is displayed, this is a finding.
M
5535