So, according to this, https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-elb-listenerconfig-quickref.html
you can use the proxy protocol to pass the read client IP along and ATS has recently added support for that feature as well - https://github.com/apache/trafficserver/pull/3956 Thanks. Kit On Tue, Jan 22, 2019 at 2:31 PM Adi Mallikarjuna Reddy V <[email protected]> wrote: > > Our setup is like this in AWS. > > (HTTPS) (HTTPS) > Client ======> ELB ======> EC2 instance (ATS) ====> Origin > > We are not terminating HTTPs at ELB, continuing HTTPS all the way till the > node that runs ATS. In this case, if we look at squid.log, it shows ELB IP as > client IP, instead of the real client IP. > > Is there anything wrong with this setup/configuration? > > > Thanks > Adi > >
