httpClient : rejectUnauthorized

When the service acts as a client, this property requires servers to be authorized by valid certificates.

Note: This is a Krypton parameter.

Value

Boolean

Default

false (disabled)

How to set

In Management Station, set on the Krypton service. If not using Management Station, set in the Krypton configuration file (User-kryptonxx.yaml, seeConfiguration roadmap).

Usage

Typically changed once, when setting up secure connections during the transition from development to production environments. See Securing connections with SSL/TLS.

Recommended. Enable this property to ensure reciprocal secure connections. Do not enable when the server uses a self-signed certificate.

Specifies to enable server certificate verification for HTTP requests. When enabled, the verification is attempted at connection time, before the request is actually sent. You specify the certificate authority (CA) files to use for verification in httpClient : caCertificates.

The httpClient properties control how the service behaves when acting as a client.