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/23 21:43:01 UTC

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

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