mlibbey commented on issue #12440: URL: https://github.com/apache/trafficserver/issues/12440#issuecomment-3184655254
I'd love to improve the docs! What about adding more to the example. Like, ``` For instance, if the origin is set to https://my.example.com, Traffic Server would lookup the SRV record for _https._tcp.my.example.com, and use the records that reference 443 as the port (like _https._tcp.my.example.com. 10 IN SRV 10 1 443 server1.example.com). Note that the port returned in the SRV record MUST match the port being used for the origin (e.g. if the origin scheme is http and a default port, there should be a SRV record containing port 80). ``` -- 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]
