https : rejectUnauthorized

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

Value

Boolean

Default

False (disabled)

How to set

Set on the Nuance Text Processing Engine service in Management Station. If not using Management Station, set in the NTpE service configuration file (User-ntpexx.yaml, see Configuration 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.

Only valid if https : requestCert is enabled.

When this parameter is enabled, NTpE rejects connections that are not authorized by valid certificates.

NTpE is both client and server. As a server, it listens and accepts WebSocket connections from clients such as NLE. The behavior of NTpE with regard to digital certificates is controlled by two sets of configuration parameters, those prefaced with ssl: (in its capacity as server) and those prefaced with httpsClient: (as a client).