UCF STIG Viewer Logo

tc Server HORIZON must use approved Transport Layer Security (TLS) versions to maintain the confidentiality and integrity of information during reception.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240879 VRAU-TC-000940 SV-240879r674381_rule Medium
Description
Information can be either unintentionally or maliciously disclosed or modified during reception, including, for example, during aggregation, at protocol transformation points, and during packing/unpacking. These unauthorized disclosures or modifications compromise the confidentiality or integrity of the information. Protecting the confidentiality and integrity of received information requires that application servers take measures to employ approved cryptography in order to protect the information during transmission over the network. This is usually achieved through the use of Transport Layer Security (TLS), SSL VPN, or IPsec tunnel. tc Server connections are managed by the Connector object class. The Connector object can be configured to use a range of transport encryption methods. Many older transport encryption methods have been proven to be weak. vRA should be configured to use the sslEnabledProtocols correctly to ensure that older, less secure forms of transport security are not used.
STIG Date
VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-44112r674379_chk )
Navigate to and open /opt/vmware/horizon/workspace/conf/server.xml.

Navigate to each of the nodes.

If the value of "sslEnabledProtocols" is not set to "TLSv1.2,TLSv1.1,TLSv1" or is missing, this is a finding.
Fix Text (F-44071r674380_fix)
Navigate to and open /opt/vmware/horizon/workspace/conf/server.xml.

Navigate to each of the nodes.

Note: There are three nodes.

Configure each node with the setting 'sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1"'.