DISA STIGS Viewer

Envoy must use only Transport Layer Security (TLS) 1.2 for the protection of client connections.

Overview

Finding ID Version Rule ID IA Controls Severity
V-256740 VCRP-70-000004 SV-256740r889158_rule   Medium
Description
STIG Date
VMware vSphere 7.0 vCenter Appliance RhttpProxy Security Technical Implementation Guide 2023-02-21

Details

Check Text (C-60415r889156_chk)
At the command prompt, run the following command:

# xmllint --xpath '/config/vmacore/ssl/protocols' /etc/vmware-rhttpproxy/config.xml

Expected result:

XPath set is empty

or

<protocols>tls1.2</protocols>

If the output does not match the expected result, this is a finding.
Fix Text (F-60358r889157_fix)
Navigate to and open:

/etc/vmware-rhttpproxy/config.xml

Locate the <config>/<vmacore>/<ssl> block and configure <protocols> as follows:

<protocols>tls1.2</protocols>

Restart the service for changes to take effect.

# vmon-cli --restart rhttpproxy