mlibbey opened a new issue, #11110:
URL: https://github.com/apache/trafficserver/issues/11110

   
https://docs.trafficserver.apache.org/admin-guide/files/records.config.en.html#proxy-config-http-connect-ports
   says that proxy.config.http.connect_ports "Supports both wildcards (*) and 
ranges (e.g. 0-1023)."
   
   However, ranges don't appear to be accepted:
   ```
   [13:24:05  ~]$ sudo traffic_ctl config set proxy.config.http.connect_ports 
"443 4441-4451 8443"
   Traffic Server: failed to set proxy.config.http.connect_ports: [14] Generic 
Fail message (ie. CoreAPI call).
   
   [13:32:09  ~]$ sudo traffic_ctl config set proxy.config.http.connect_ports 
"443-4451"
   Traffic Server: failed to set proxy.config.http.connect_ports: [14] Generic 
Fail message (ie. CoreAPI call).
   
   
   [13:31:41  ~]$ sudo traffic_ctl config set proxy.config.http.connect_ports 
"443 8443 4441"
   set proxy.config.http.connect_ports, please wait 10 seconds for traffic 
server to sync configuration, restart is not required
   ```
   
   


-- 
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]

Reply via email to