Description
On ATS 3.1.4 changing server_port_attr to:
CONFIG proxy.config.http.server_port_attr STRING =6
...doesn't bring up an IPv6 socket? We get:
- netstat -an | grep 3128
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN
...previously on ATS/3.0.2 this was fine:
- netstat -an | grep 3128
tcp 0 0 :::3128 :::* LISTEN
This will have a major impact on IPv6 functionality.
Any ideas what's wrong or how to fix this - or workaround this?
Attachments
Issue Links
- is superceded by
-
TS-1077 HTTP ports cannot be configured for IPv6 and transparency.
- Closed