vkukk commented on issue #8914: URL: https://github.com/apache/trafficserver/issues/8914#issuecomment-1932015547
> > `map https://example.com/ https://example.com/` > > > `dest_domain=. method=get parent="127.0.0.1:8000" scheme=http` > > The scheme on the parent.config line needs to match the scheme of the remap target, not the source. The remap target here is `https`, so the parent.config line needs to be `scheme=https` to match. Would be great time and frustration avoider if this would be clearly stated in documentation. Documentation at https://docs.trafficserver.apache.org/admin-guide/files/parent.config.en.html only has following about the scheme. ``` scheme A request URL protocol: http or https. ``` -- 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]
