Skip to content

HTTP Allow Renegotiate

Key: qie.allowRenegotiate.

Env Var: QIE_ALLOWRENEGOTIATE_

Default: false

Scope: {port}

Description: Allows the HTTPS receiver to renegotiate the TLS handshake after it has completed. This option requires the HTTP listening port as the last value.

Examples

Env Var

QIE_ALLOWRENEGOTIATE_20001=true

Java Option

-Dqie.allowRenegotiate.20001=true

YAML

QIE_ALLOWRENEGOTIATE_20001: true