Re: [squid-users] Fwd: Issue with proxy-protocol in http_port on Squid 6.13 via Docker

2025-04-08 Thread Michael Tint
Hi Alex, Thank you very much for your quick and helpful response regarding the PROXY protocol configuration. Your clarification about using require-proxy-header instead of proxy-protocol was spot on — I’ve updated my squid.conf accordingly, and it now seems to be working as expected. I really ap

Re: [squid-users] Fwd: Issue with proxy-protocol in http_port on Squid 6.13 via Docker

2025-04-08 Thread Alex Rousskov
On 2025-04-08 08:24, Michael Tint wrote: I'm running into a blocking issue while deploying Squid 6.13 ... My goal is to enable the PROXY protocol support via the following config line: http_port 3128 proxy-protocol The correct http_port option name for enabling PROXY protocol support is no

[squid-users] Fwd: Issue with proxy-protocol in http_port on Squid 6.13 via Docker

2025-04-08 Thread Michael Tint
Hi all, I'm running into a blocking issue while deploying Squid 6.13 via Docker (in a Docker Swarm setup) using a Dockerfile based on b4tman/docker-squid . My goal is to enable the *PROXY protocol* support via the following config line: http_port 3128 proxy