Skip to content

HTTP Validate Certificates

Key: qie.validateCerts.

Env Var: QIE_VALIDATECERTS_

Default: false

Scope: {port}

Description: This tells the HTTP receiver to validate it's own certificate before presenting the certificate to the client. Generally this is not needed or enabled. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_VALIDATECERTS_20001=true

Java Option

-Dqie.validateCerts.20001=true

YAML

QIE_VALIDATECERTS_20001: true