Re: [squid-users] How can I forward most requests to another proxy, except a few domains?

2023-08-27 Thread Matthew H
using a DNS server to reply to all requests with the IP address of the squid proxy. If something is accessed directly via IP address its DSTNATed to the proxy Thanks On Mon, Aug 28, 2023 at 12:28 AM Matthew H wrote: > > Hi all, > > I'm trying to use squid to proxy requests to an

[squid-users] How can I forward most requests to another proxy, except a few domains?

2023-08-27 Thread Matthew H
Hi all, I'm trying to use squid to proxy requests to another upstream proxy, but a few domains should go direct rather than via a proxy. I've set up squid with a config that I believe should work, but if I try to access http://dialup.cutel.net I get a 403 from squid and don't see any requests go

Re: [squid-users] Empty transfer-encoding header causes 502 response

2022-10-25 Thread Matthew H
.html";> Nintendo Power Source On Tue, Oct 25, 2022 at 2:08 PM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 10/23/22 20:36, Matthew H wrote: > > Hi, > > > > I'm using Squid to proxy HTTP requests to another proxy. I can see squid > &

[squid-users] Empty transfer-encoding header causes 502 response

2022-10-23 Thread Matthew H
Hi, I'm using Squid to proxy HTTP requests to another proxy. I can see squid sending the request to the parent and getting a response, but it sends the client that initiated the request a 502 Bad Gateway response. On closer inspection it appears the parent proxy is sending an empty transfer-encod