httpsClient : 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 when httpsClient : requestCert is true.

The verification is attempted at connection time, before the HTTP(S) request is actually sent.

When this property is true, the service rejects connections unless they are authorized by valid certificates. When false, Speech Suite clients do not require authentication (and if the server provides a certificate, the client does not verify its authenticity).

The httpClient properties control how the service behaves when acting as a client. For example, when NTpE downloads directly resources such as application linguistic models from the Natural Language Engine.