However, this means TLS is complete and "alpn_protocols" configuration doesn't have an ability to restrict connections to H2. However, it can restrict to HTTP1.1 if configured with alpn_protocols: ["HTTP1.1"]
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boga viswanath, envoy-dev
You can specify just ["h2"] for alpn_protocols to restrict it to only h2. The documentation says "In practice this is likely to be set to one of two values", but the field isn't restricted to only those values.