Skip to content

Instantly share code, notes, and snippets.

@tiernano
Created October 26, 2012 12:20
Show Gist options
  • Save tiernano/3958472 to your computer and use it in GitHub Desktop.
Save tiernano/3958472 to your computer and use it in GitHub Desktop.
Squid Upstream Proxy with WAN Proxy
cache_peer 127.0.0.1 parent 3300 0 no-query no-digest
never_direct allow all
@rightkick
Copy link

Hi, I have a configuration of squid3 using the client WANproxy as cache peer as above. Then i have a WAN proxy server running on a remote machine. HTTP traffic is redirected to squd3 then to client WAN proxy then to the server WAN proxy then to a SOCKS5 proxy configured within WAN proxy. The outcome of that is that the HTTP traffic is redirected up until the SOCKS5 server but then a zero response error is generated from squid and no traffic is routed towards Internet. Do you have any working configuration or suggestion on this kind of setup?

@swordgreen
Copy link

I have the same issue, I just received the "zero error" message. How to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment