rob05c commented on issue #8914: URL: https://github.com/apache/trafficserver/issues/8914#issuecomment-1168041652
> `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. -- 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]
