Many customers require all network traffic to go through their network proxy. This procedure configures the DAS to connect to the cloud through a proxy server.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\OutlierSecurity
HKEY_LOCAL_MACHINE\SOFTWARE\OutlierSecurity
REG_SZ
value called WebProxy
. The Value Data is the protocol, address, and port of the proxy server. The format is: http(s)://proxyserverorip:portnumber
http://4.4.4.4:8080
REG_SZ
values that contain the user name and password. Name the new values WebProxyUsername
and WebProxyPassword
.
Note: The proxy user name and password values are stored in plain text. By default, this part of the registry is readable by all users of the system. To protect the values from access by other users, edit the permissions of the OutlierSecurity key. Disable inheritance and remove the normal Users group from the ACL. The vault normally runs as the SYSTEM user. The SYSTEM user must retain access to the key and provide access for the local Administrators group.