traeak commented on code in PR #12868: URL: https://github.com/apache/trafficserver/pull/12868#discussion_r2941437168
########## doc/admin-guide/files/parent.config.en.rst: ########## @@ -324,6 +324,14 @@ The following list shows the possible actions and their allowed values. - ``false`` - The default. Do not ignore the host status. +.. _parent-config-format-host_override: + +``host_override`` + One of the following values: + + - ``true`` - Sets the host header of the request using the selected parent, including the SNI name to be used for any upstream TLS connection. Useful when a parent is another CDN that requires a correct SNI name. Review Comment: the pristine host header looks like it applies during remap and cache lookup but not after, which is where the host_override kicks in. I'll look into it more closely. -- 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]
