fix: disable http3 when client tls is configured#8583
Open
zhaohuabing wants to merge 3 commits intoenvoyproxy:mainfrom
Open
fix: disable http3 when client tls is configured#8583zhaohuabing wants to merge 3 commits intoenvoyproxy:mainfrom
zhaohuabing wants to merge 3 commits intoenvoyproxy:mainfrom
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
a45d858 to
241283f
Compare
zhaohuabing
commented
Mar 24, 2026
| type: Accepted | ||
| - lastTransitionTime: null | ||
| message: HTTP/3 was disabled for listener "https" because Envoy does not support | ||
| downstream client TLS validation over QUIC |
Member
Author
There was a problem hiding this comment.
A Warning condition is added to the CTP status for the listener when HTTP3 is disabled because of client tls is configured.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8583 +/- ##
==========================================
- Coverage 74.33% 74.28% -0.06%
==========================================
Files 243 243
Lines 38155 38231 +76
==========================================
+ Hits 28364 28401 +37
- Misses 7802 7832 +30
- Partials 1989 1998 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zirain
reviewed
Mar 25, 2026
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR disables HTTP/3 for HTTP listeners with client TLS configured, since Envoy does not yet support downstream client TLS for QUIC. A warning is surfaced in the ClientTrafficPolicy status.
fixes: #8581
relase-note: yes