Skip to content

Commit b7aa93a

Browse files
committed
add tls options
Signed-off-by: zhengkezhou1 <madzhou1@gmail.com>
1 parent ec9fed5 commit b7aa93a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/testdata/envoy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ data:
178178
reuse_connection: true
179179
grpc_health_check:
180180
service_name: "envoy.service.ext_proc.v3.ExternalProcessor"
181+
tls_options:
182+
alpn_protocols: ["h2"]
181183
# This ensures that envoy accepts untrusted certificates. We tried to explicitly
182184
# set TrustChainVerification to ACCEPT_UNSTRUSTED, but that actually didn't work
183185
# and what worked is setting the common_tls_context to empty.

0 commit comments

Comments
 (0)