Re: [squid-users] ssl-bump works, but leads to many client errors being logged (NONE_NONE/200)

2024-12-15 Thread slagauterie
Hello Rod, Not an expert, but from my understanding it seems that your NONE_NONE/200 are all related to a CONNECT. That means it is a SSL Tunnel, which is the initial log of a HTTPS connection when doing ssl_bumping. It is normally followed by another "regular" log, where you can get more informat

Re: [squid-users] [SQUID] Some Web Page never complete download

2024-11-16 Thread slagauterie
Hello Eliezer, I use it as a standard forward proxy. I use a proxy.pac file deployed via DHCP and DNS WPAD entry. This makes it works easily with browsers. 10 years ago, I was doing both, but Squid was running on a DMZ server. It was also acting as a firewall and other things. Now, it is only fo

Re: [squid-users] [SQUID] Some Web Page never complete download

2024-11-16 Thread slagauterie
Hello Ankor, thanks for this information regarding the patch. I have recompiled version 6.12 with this patch, and it solves the issue as far as I can test. I plan to publish my Docker file in the future, but it is still in developement for automatic deployement of a container (need to upgrade st

[squid-users] [SQUID] Some Web Page never complete download

2024-11-14 Thread slagauterie
Hello, This is my first mail to this list, my apologies if things are not correct. I am using squid at home for more than 5 years. Recently I have updated my version from version 6.0 (early age) to the latest version 6.12. I am compiling my own binaries and run it in a docker container. Unfortu