bryancall commented on issue #8964:
URL: https://github.com/apache/trafficserver/issues/8964#issuecomment-4008649863
Per-domain HTTP/2 control is supported. In `sni.yaml` (which replaced
`ssl_server_name.yaml`):
```yaml
sni:
- fqdn: somedomain.com
http2: off
```
On ATS 9.2.x, `disable_h2: true` in `sni.yaml` also works. In ATS 10.x+,
`disable_h2` was removed in favor of `http2: off`.
If you're still running into this on a current release, feel free to reopen
or file a new issue with your config and we can help debug.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]