Skip to content

HTTP Validate Peer Certs

Key: qie.validatePeerCerts.

Env Var: QIE_VALIDATEPEERCERTS_

Default: false

Scope: {port}

Description: This tells the HTTP receiver to validate the client certificates that are presented during an client authenticated TLS handshake. Even if we trust the certificate if this option is enabled and the certificate is expired, then we will reject the certificate. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_VALIDATEPEERCERTS_20001=true

Java Option

-Dqie.validatePeerCerts.20001=true

YAML

QIE_VALIDATEPEERCERTS_20001: true