SV-99811r1_rule
V-89161
SRG-APP-000172-WSR-000104
VRAU-HA-000190
CAT II
10
Navigate to and open /etc/haproxy/conf.d/20-vcac.cfg
Navigate to and configure the "frontend https-in" section with the following two values:
bind 0.0.0.0:80
redirect scheme https if !{ ssl_fc }
At the command line execute the following command:
cat /etc/haproxy/conf.d/20-vcac.cfg | awk '$0 ~ /bind.*:80/ || $0 ~ /redirect.*ssl_fc/ {print}'
If the command does not return the two lines below, this is a finding.
bind 0.0.0.0:80
redirect scheme https if !{ ssl_fc }
V-89161
False
VRAU-HA-000190
At the command line execute the following command:
cat /etc/haproxy/conf.d/20-vcac.cfg | awk '$0 ~ /bind.*:80/ || $0 ~ /redirect.*ssl_fc/ {print}'
If the command does not return the two lines below, this is a finding.
bind 0.0.0.0:80
redirect scheme https if !{ ssl_fc }
M
3455