[squid-users] "helperHandleRead: unexpected read" for helper function

2021-05-07 Thread Justin Michael Schwartzbeck
Hello all... I would really appreciate some help. So I have written an external acl helper in C++ that talks to a REST API that I developed. Here is a github link (don't worry, it is pretty short, and the only parts you need to look at are lines 46, 52, 58 and 60): https://github.com/e2guardian-a

Re: [squid-users] Squid not using hosts file

2021-05-07 Thread Jazmine Redmond
Hey all, I fixed the issue. The problem was in the hosts file. Each new line should begin with the IP address, followed by one or more spaces, followed by a name. My hosts file had a space before the IP address. Once I removed the space at the beginning of the line, everything worked fine. I downgr

Re: [squid-users] Squid not using hosts file

2021-05-07 Thread Jazmine Redmond
Thanks for the reply. You mentioned supported Squid versions. For Windows I see Squid versions 3.5, 3.3 and 2.7. Which ones are supported? Additionally, what are the supported versions for Linux? Jazmine On Thu, May 6, 2021 at 7:04 AM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On

Re: [squid-users] HTTPS request times out going through Squid proxy

2021-05-07 Thread Aniruddha Gore
I spoke too soon, so embarrassed 🙁 When I run Squid on the same machine where my application is running it works fine, but when I run Squid with the same exact default config on a different machine it doesn't. I supply other machine's IP address and port (3128) on command line to my app, and it

Re: [squid-users] HTTPS request times out going through Squid proxy

2021-05-07 Thread Aniruddha Gore
Matus, thanks a ton for your responses. I removed https_port and things started working again. Unfortunately, I am not sure what I was doing wrong before adding https_port. Well, it works now 🙂 From: squid-users on behalf of Matus UHLAR - fantomas Sent: Friday

Re: [squid-users] HTTPS request times out going through Squid proxy

2021-05-07 Thread Matus UHLAR - fantomas
On 07.05.21 06:52, Aniruddha Gore wrote: Thanks Matus for responding 🙂 no need for private copy, mailing list is enough. Following is what the relevant line in squid.conf: # Squid normally listens to port 3128 http_port 3128 I suspect you might be pointing out that there is no https_port co