-
Notifications
You must be signed in to change notification settings - Fork 826
Does forward proxying of HTTP/2 request/response supported in latest ATS release 10.2.0? #12175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the release notes, (What’s New in ATS v10.x) -> (Plugins) section, it mentioned "Support for HTTP/2 on origin server connections has been added. This is disabled by default. For more details check proxy.config.ssl.client.alpn_protocols" When click on the link, the proxy.config.ssl.client.alpn_protocols configuration option "h2" mentioned that "Traffic Server only advertises HTTP/2 support. Thus, the origin will either negotiate HTTP/2 or fail the handshake. (HTTP/2 to origin is currently not supported by Traffic Server.)" Why given the configuration option "h2" but HTTP/2 to origin still not supported by Traffic Server? |
Thank you for pointing this out. This is a documentation issue: this ALPN feature was added before HTTP/2 to origin was supported, so that statement just needs to be removed now. HTTP/2 to origin is now supported by Traffic Server. Fixing with #12190. |
@khchoy : we use HTTP/2 to origin with ATS as a reverse proxy. Setting proxy.config.ssl.client.alpn_protocols should be all you need to start using HTTP/2 to origin.
For diagnostic purposes, adding Here are some tweaks to various configurations we have used to optimize HTTP/2 to origin traffic. Some of these might be specific to the traffic we are proxying, but I'll record it here in case it's helpful:
|
@khchoy we use ATS as a forward proxy .We have started allowing H2 forward proxy, but we have not exercised it very hard yet. Let me look through my notes to see what other changes we had to make. |
Hi @bneradt I wanna configure ATS as HTTP/2 Forward Proxy server. Does it having the same given settings as above? |
Anyone tried forward proxying with HTTP/2 traffic with latest release 10.2.0 ? If yes, please share your configuration please. Thanks.
The text was updated successfully, but these errors were encountered: