Skip to content

OCSP Responder URL

Key: qie.ocspResponderURL.

Env Var: QIE_OCSPRESPONDERURL_

Scope: {port}

Description: Specifies the OCSP endpoint for validating TLS certificates during the handshake. The option qie.enableOCSP.{port} must be enabled for this option to take effect. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_OCSPRESPONDERURL_20001=http://someHost.com

Java Option

-Dqie.ocspResponderURL.20001=http://someHost.com

YAML

QIE_OCSPRESPONDERURL_20001: "http://someHost.com"