We are trying to forward the traffic of our virtual machine to Squid Proxy. When the requests are bumped by Squid Proxy and leaves the proxy, all the request's source Ips are changed from the client's IP to the Squid Proxy's server's IP address.
Our requirement is to ensure the requests are ssl-bumped, but at the same time, we want the client IP to be preserved and not altered by Squid Proxy. Is there a way to add any tags over the config file(squid.conf), to prevent the client IP modification.
We need to client IP for evaluation of rules separately, and while we need to ssl-bump, we also need the client source IP as the outgoing request's signature.