mlibbey commented on issue #12440: URL: https://github.com/apache/trafficserver/issues/12440#issuecomment-3181706649
If I'm understanding correctly you can set [proxy.config.srv_enabled](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html#proxy-config-srv-enabled) to 1 to use SRV for the origin -- so if you had map http://mywebsite.tld https://origindomain.tld with the setting (either in records.yaml or via the conf_remap plugin) and dig _https._tcp.origindomain.tld -t SRV _https._tcp.origindomain.tld IN SRV 5 0 8002 web03.domain.tld. _https._tcp.origindomain.tld IN SRV 5 0 8002 web04.domain.tld. _https._tcp.origindomain.tld IN SRV 5 0 8002 web05.domain.tld. you'd round robin across the 3 web0[#] -- 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-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org