You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// upstream connections based on the downstream HTTP host/authority header or any other arbitrary
105
105
// header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>`
106
106
// is set, as seen by the :ref:`router filter <config_http_filters_router>`.
107
+
// Does nothing if a filter before the http router filter sets the corresponding metadata.
107
108
boolauto_sni=1;
108
109
109
110
// Automatic validate upstream presented certificate for new upstream connections based on the
110
111
// downstream HTTP host/authority header or any other arbitrary header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>`
111
112
// is set, as seen by the :ref:`router filter <config_http_filters_router>`.
112
113
// This field is intended to be set with ``auto_sni`` field.
114
+
// Does nothing if a filter before the http router filter sets the corresponding metadata.
113
115
boolauto_san_validation=2;
114
116
115
117
// An optional alternative to the host/authority header to be used for setting the SNI value.
0 commit comments