Disable SSL Context Caching¶
Key: qie.disableSSLContextCaching.
Env Var: QIE_DISABLESSLCONTEXTCACHING_
Default: false
Scope: {host}.{port}
Description: This disables the SSL Context Caching on secure socket sender. The host scope must match the hostname specified on the socket sender. This option requires both the host and port as the last 2 values.
Examples¶
Env Var
Java Option
-Dqie.disableSSLContextCaching.localhost.8080=true
-Dqie.disableSSLContextCaching.127.0.0.1.8080=true
YAML