STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to VMware Horizon 7.13 Connection Server Security Technical Implementation Guide

V-246884

CAT I (High)

The Blast Secure Gateway must be configured to only support TLS 1.2 connections.

Rule ID

SV-246884r879520_rule

STIG

VMware Horizon 7.13 Connection Server Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-001453

Discussion

Preventing the disclosure of transmitted information requires that the application server take measures to employ strong cryptographic mechanisms to protect the information during transmission. This is usually achieved through the use of Transport Layer Security (TLS). TLS must be enabled and non-FIPS-approved SSL versions must be disabled. NIST SP 800-52 specifies the preferred configurations for Government systems. According to NIST and as of publication, TLS 1.1 must not be used and TLS 1.2 will be configured. Note: Mandating TLS 1.2 may affect certain client types. Test and implement carefully.

Check Content

On the Horizon Connection Server, navigate to "<install_directory>\VMware\VMware View\Server\appblastgateway".

If a file named "absg.properties" does not exist in this path, this is a finding.

Open "absg.properties" in a text editor. Find the "localHttpsProtocolLow" and "localHttpsProtocolHigh" settings.

Ensure they are set as follows:

localHttpsProtocolLow=tls1.2
localHttpsProtocolHigh=tls1.2

If the "localHttpsProtocolLow" or "localHttpsProtocolHigh" settings do not exist, this is a finding.

If the "localHttpsProtocolLow" and "localHttpsProtocolHigh" are not exactly as above, this is a finding.

Fix Text

On the Horizon Connection Server, navigate to "<install_directory>\VMware\VMware View\Server\appblastgateway".

Open "absg.properties" in a text editor. Add or change the following lines:

localHttpsProtocolLow=tls1.2
localHttpsProtocolHigh=tls1.2

Save and close the file. Restart the "VMware Horizon  7 Blast Secure Gateway" service for changes to take effect.