On the command line, you can manage proxy server settings for application components using the UseProxy
, ProxyServer
, ProxyBypass
, ProxyBypassEdr
, ProxyBypassNdr
and ProxyBypassSandbox
general application settings.
You can edit the setting using command line options or a configuration file that contains all general application settings.
The UseProxy
setting can take the following values:
Yes
- enable the use of a proxy server.No
: disable the proxy server.The ProxyServer
setting lets you specify proxy server settings in the following format: <
connection protocol
>://
[<
user
>[:<
password
>]@]<
proxy server address
>[:<
port
>
], where:
<
user
>
is a user name for proxy server authentication.<
password
>
is a user password for proxy server authentication.<
proxy server address
>
is the IP address or domain name of the proxy server.<
port
>
is the proxy server port.Connecting to a proxy server over HTTPS is not supported.
When connecting via an HTTP proxy, we recommend to use a separate account that is not used to sign in to other systems. An HTTP proxy uses an insecure connection, and the account may be compromised.
The ProxyServer
setting lets you specify a list of addresses that will be connected to without a proxy server. The address is specified in the [<
address
>[:<
port
>
] format. To specify addresses, you can use masks (*
symbols) and comments (after a \ symbol).
The following parameters let you configure the use of a proxy server when integrating with components of the Kaspersky Anti Targeted Attack Platform solution:
ProxyBypassEdr
setting enables or disables the use of a proxy server when connecting to KATA servers.ProxyBypassNdr
setting enables or disables the use of a proxy server when connecting to NDR servers.ProxyBypassSandbox
setting enables or disables the use of a proxy server when connecting to Central Node servers that provide interaction with KATA Sandbox.These settings can take the following values:
Yes
- enable the use of a proxy server.No
: disable the proxy server.