Skip to content

HTTP Exclude Cipher Suites

Key: qie.excludeCipherSuites.

Env Var: QIE_EXCLUDECIPHERSUITES_

Scope: {port}

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

Examples

Env Var

QIE_EXCLUDECIPHERSUITES_20001=3DES_EDE_CBC,DES_CBC

Java Option

-Dqie.excludeCipherSuites.20001=3DES_EDE_CBC,DES_CBC

YAML

QIE_EXCLUDECIPHERSUITES_20001: "3DES_EDE_CBC,DES_CBC"