Skip to content

HTTP Exclude Protocols

Key: qie.excludeProtocols.

Env Var: QIE_EXCLUDEPROTOCOLS_

Scope: {port}

Description: Exclude specific protocols from being used during a TLS handshake. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_EXCLUDEPROTOCOLS_20001=TLSv1,TLSv1.1

Java Option

-Dqie.excludeProtocols.20001=TLSv1,TLSv1.1

YAML

QIE_EXCLUDEPROTOCOLS_20001: "TLSv1,TLSv1.1"