Security

Table Of Contents
Configure HTTP Protection Measures
To configure HTTP protection measures you must create or edit the locked.properties file in the SSL
gateway configuration folder on the Connection Server or security server instance.
For example: install_directory\VMware\VMware
View\Server\sslgateway\conf\locked.properties
n
Use the following syntax to configure a property in locked.properties:
myProperty = newValue
n
The property name is always case-sensitive and the value might be case-sensitive. Whitespace
around the = sign is optional.
n
For CORS and CSP properties, it is possible to set service-specific values as well as a master value.
For example, the admin service is responsible for handling Horizon Administrator requests, and a
property can be set for this service without affecting other services by appending -admin after the
property name.
myProperty-admin = newValueForAdmin
n
If both a master value and a service-specific value are specified, then the service-specific value
applies to the named service, and the master value applies to all other services. The sole exception
to this is the special value "OFF". If the master value for a property is set to "OFF", then all service-
specific values for this property are ignored.
For example:
myProperty = OFF
myProperty-admin = newValueForAdmin ; ignored
n
Some properties can accept a list of values.
To set a single value, enter the following property:
myProperty = newValue
myProperty-admin = newValueForAdmin
To set multiple values for a property that accepts list values, you can specify each value on a
separate line:
myProperty.1 = newValue1
myProperty.2 = newValue2
myProperty-admin.1 = newValueForAdmin1
myProperty-admin.2 = newValueForAdmin2
View Security
VMware, Inc. 40