We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9fed5 commit b7aa93aCopy full SHA for b7aa93a
test/testdata/envoy.yaml
@@ -178,6 +178,8 @@ data:
178
reuse_connection: true
179
grpc_health_check:
180
service_name: "envoy.service.ext_proc.v3.ExternalProcessor"
181
+ tls_options:
182
+ alpn_protocols: ["h2"]
183
# This ensures that envoy accepts untrusted certificates. We tried to explicitly
184
# set TrustChainVerification to ACCEPT_UNSTRUSTED, but that actually didn't work
185
# and what worked is setting the common_tls_context to empty.
0 commit comments