Aidan McGurn created TS-1625:
--------------------------------
Summary: ATS doesn't support localhost services for full IPT
connections
Key: TS-1625
URL: https://issues.apache.org/jira/browse/TS-1625
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: Aidan McGurn
We have at least 2 use cases where we want to connect the backend (OS)
connection to localhost.
This currently won't work under full IPT as the backend connection socket is
bound to the client src ip. It needs to be bound to localhost also otherwise
e.g. <client src ip> ---> 127.0.0.1 //this will fail
needs to be: 127.0.0.1 ----> 127.0.0.1 (for ipv6: ::1 ---> ::1)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira