You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/05/09 17:07:46 UTC

[GitHub] [trafficcontrol] smalenfant opened a new issue, #6816: Can't enable http2 with ATS9

smalenfant opened a new issue, #6816:
URL: https://github.com/apache/trafficcontrol/issues/6816

   - Traffic Control Cache Config (`t3c`, formerly ORT)
   
   ## Current behavior:
   
   ATS 9 deprecated `disable_h2` configuration in sni.yaml
   t3c `-2, --default-client-enable-h2` can flip between enabling http2 or not.
   
   ## Expected behavior:
   When ATS9 is installed, the sni.yaml setting should be `http2: true/false`.
   
   ## Steps to reproduce:
   Verify with your client of choice if http2 is working or not depending on the setting you'd like.
   
   Notes:
   
   - ATS8 without sni.yaml, http2 enabled by default
   - ATS8 with sni.yaml http2 disabled by default.
   - ATS9 with sni.yaml, disabled by default and can't enable.


-- 
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: issues-unsubscribe@trafficcontrol.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficcontrol] mat1010 commented on issue #6816: Can't enable http2 with ATS9

Posted by GitBox <gi...@apache.org>.
mat1010 commented on issue #6816:
URL: https://github.com/apache/trafficcontrol/issues/6816#issuecomment-1135164380

   I might misunderstood the issue, but you can enable h2 via a profile per DS. Following steps worked for me
   
   * make sure you have enabled http2 with in the `records.config`
   `CONFIG proxy.config.http.server_port [...] proto=http2`
   * create a profile of type `DS_PROFILE`
   * create a parameter with name `enable_h2`, config file `parent.config` value e.g. `t` or `y`.
   * assign that parameter to the newly created porfile
   * within the delivery service, assign the profile to it
   * snapshot the config and queue the update.


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficcontrol] smalenfant closed issue #6816: Can't enable http2 with ATS9

Posted by GitBox <gi...@apache.org>.
smalenfant closed issue #6816: Can't enable http2 with ATS9
URL: https://github.com/apache/trafficcontrol/issues/6816


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org