Hello, A feature has been requested to allow specifying a port in addition to the fqdn in sni.yaml. My proposed implementation is to add an optional port or port range to the end of the fqdn: "example.com:443", "example.com:443-446". If a port is specified, incoming requests will be matched against it based on both the fqdn and the incoming destination port. I've submitted a draft here: [ https://github.com/apache/trafficserver/pull/9767 | https://github.com/apache/trafficserver/pull/9767 ] . Please feel free to provide feedback.
- Josiah