Skip to main content

TLS Upstream Allow Renegotiation

Summary

TLS Upstream Allow Renegotiation controls whether server-initiated TLS renegotiation is allowed for upstream servers. For more details, see Envoy's documentation on allow_renegotiation.

danger

TLS renegotiation is considered insecure and shouldn’t be used unless absolutely necessary.

How to configure

YAML/JSON settingTypeDefault
tls_upstream_allow_renegotiationbooleanfalse

Examples

tls_upstream_allow_renegotiation: true