this post was submitted on 14 Jun 2023
30 points (100.0% liked)
Programming.dev Meta
2365 readers
2 users here now
Welcome to the Programming.Dev meta community!
This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.
Links
Credits
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hypothetical: If we ever upgraded to http/3, how does Cloudflare handle this? My understanding is that http/3 can only use the https protocol, given QUIC transport underneath http/3 only supports TLS 1.3, and never clear text.
Would Cloudflare then have to proxy https with man-in-the-middle certs, or would our backend always be limited to http/1.2? I've not found and proxy examples for having end-to-end http/3 and QUIC support just yet.