Configure TLS Certificate Validation

You can configure TLS certificate validation to ensure secure email delivery. When the Reports Service sends email reports through an SMTP server with TLS enabled, the smtpTlsRejectUnauthorized property controls the validation of SMTP TLS connections. Setting this property to true.
Value Behavior
false The Reports Service accepts self-signed or untrusted certificates. This is the default value.
true The Reports Service requires a valid, trusted certificate to send the email reports. It terminates connections to servers with invalid certificates.

Perform the following steps to configure certificate validation:

  1. Navigate to <CONTROLLER_HOME>/reporting/config/ and open the user-config.json file.
  2. Add the following:
    JSON
    {
        "reportServer": {
            "smtpTlsRejectUnauthorized": true
        }
    }
  3. Restart the Reports Service.