Hi guys,
I’ve got a question regarding the setting up of a backend that points to the internet, but accessed via a squid proxy. This is so we can route a customer’s connection to one of our AWS resources via our site-o-site VPN, as the customer doesn’t allow any internet connections from the server we start from. The route of the traffic would be as follows:
Customer - site to site VPN - HA Proxy - Squid Proxy - Internet resource(AWS)
My HAproxy doesn’t connect to the internet directly, instead it will need to pass through a squid proxy first.
I don’t want to use a global proxy setting like “export http_proxy” if I can avoid it, I’d rather that the proxy was set specifically to only be used by the ha proxy. Is there a setting I can put in the back end to get it to use the squid proxy instead?
Thanks for any suggestions.
Regards,
1 post - 1 participant