Security
Table Of Contents
- View Security
- Contents
- View Security
- Horizon 7 Accounts, Resources, and Log Files
- View Security Settings
- Ports and Services
- Configuring Security Protocols and Cipher Suites on a View Connection Server Instance or on a Security Server
- Configuring Security Protocols and Cipher Suites for Blast Secure Gateway
- Deploying USB Devices in a Secure Horizon 7 Environment
- HTTP Protection Measures on Connection Servers and Security Servers
- Index
n
Opera
n
Safari
N Not all of these user agents are supported by Horizon 7. These are examples.
Configure HTTP Protection Measures
To congure HTTP protection measures you must create or edit the locked.properties le in the SSL
gateway conguration 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 congure 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-specic 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 aecting other services by appending -admin after the property name.
myProperty-admin = newValueForAdmin
n
If both a master value and a service-specic value are specied, then the service-specic 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-specic 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
n
To determine the correct service name to use when making a service-specic conguration, look in the
debug logs for lines containing the following sequence:
(ajp:admin:Request21) Request from abc.def.com/10.20.30.40: GET /admin/
In this example, the service name is admin. You can use the following typical service names:
n
admin for Horizon Administrator
n
broker for Connection Server
n
docroot for Local le serving
n
helpdesk for Helpdesk
View Security
40 VMware, Inc.










