The server configuration defines how the client connects to the server.
The HostAccessAnalyzerUserConfiguration.conf file in the product configuration location contains the default server configuration. The following shows an example configuration:
{
  "Host": "10.141.11.231",
  "Port": 6566,
  "Security": {
    "EnableSSL": true,
    "HostOverride": "haa",
    "CertificatePath": ""
  }
}
 
            	 The host and port are assigned during installation. The connection is set to be secured by default. Otherwise, you need not change anything.