Specifies the IP address and the port for Kaspersky Scan Engine with a protocol (http://
or https://
), or a path to the UNIX socket used by Kaspersky Scan Engine. This is a string value.
If you want to use the HTTPS protocol, the elements TlsCertificateKeyFile and TlsCertificateFile are mandatory.
Path
ServerSettings > ConnectionString
Attributes
This element has no attributes.
Value
Mandatory parameter. The default value is /tmp/.kavhttpd
in Linux and 127.0.0.1:9999
in Windows. You can specify an IP address and a port for a TCP connection in the following format: protocol://ip_addr:port
.
Example
The following is an example of this element.
<ConnectionString>/tmp/.kavhttpd</ConnectionString> |