STIGQter STIGQter: STIG Summary: VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

HAProxy must redirect all http traffic to use https.

DISA Rule

SV-99835r1_rule

Vulnerability Number

V-89185

Group Title

SRG-APP-000315-WSR-000003

Rule Version

VRAU-HA-000335

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /etc/haproxy/conf.d/20-vcac.cfg

Navigate to the "frontend https-in" section.

In the "frontend https-in" section, add the 'redirect scheme https if !{ ssl_fc }' option before all 'acl' options.

Check Contents

At the command prompt, execute the following command:

grep 'redirect scheme https' /etc/haproxy/conf.d/20-vcac.cfg

Note: the command should return this line:

'redirect scheme https if !{ ssl_fc }'

If the command does not return the expected line, this is a finding.

Vulnerability Number

V-89185

Documentable

False

Rule Version

VRAU-HA-000335

Severity Override Guidance

At the command prompt, execute the following command:

grep 'redirect scheme https' /etc/haproxy/conf.d/20-vcac.cfg

Note: the command should return this line:

'redirect scheme https if !{ ssl_fc }'

If the command does not return the expected line, this is a finding.

Check Content Reference

M

Target Key

3455

Comments