Re: [squid-users] allow update domain and block everything else

2021-04-15 Thread Miroslaw Malinowski
I've found a resolution using a bit better regex: acl blackList url_regex ^https?:\/\/.*$ looking at the debug it doing exactly what I wanted, however, I now have a different issue how to handle a 302 MOVED when the move is to a different domain, e.g. packages.gitlab.com are moved to d20rj4el6vkp

Re: [squid-users] How to see running configuration paramters

2021-04-15 Thread Alex Rousskov
On 4/15/21 2:40 PM, Yosi Greenfield wrote:   > How can one view the current values of configuration paramters in a > running squid?  Is there a way to do so? Thanks! The closest you can get is probably via the Cache Manager interface: squidclient mgr:config   Alex. ___

[squid-users] How to see running configuration paramters

2021-04-15 Thread Yosi Greenfield
Hi, How can one view the current values of configuration paramters in a running squid? Is there a way to do so? Thanks! Yosi ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Cache Peers and traffic handling

2021-04-15 Thread Alex Rousskov
On 4/15/21 4:37 AM, Eliezer Croitoru wrote: > I don’t know your use case that well but maybe another proxy can do that for > you. > I wrote a haproxy routing config by username sometime ago: > https://gist.github.com/elico/405f0608e60910fc9ea119e22e1ffd07 Just to clarify: The above haproxy config

[squid-users] ssl bump Cannot create /var/lib/squid/ssl_db

2021-04-15 Thread Stephane Simon
Hello, I'm trying to configure Intercept HTTPS CONNECT messages with SSL-Bump in redhat 8 with help of: https://blog.microlinux.fr/squid-https-centos-7/ https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit#Intercept_HTTPS_CONNECT_messages_with_SSL-Bump https://support.kaspersky.

[squid-users] allow update domain and block everything else

2021-04-15 Thread Miroslaw Malinowski
Hi, I'm trying to use Opnsense built-in squid config to set up a transparent proxy for server updates and block everything else. In GUI they use url_regex for whitelist and blacklist, when I simple per domain whitelist and blacklist it's working as expected, e.g. # ACL - Whitelist - User defined (

Re: [squid-users] Cache Peers and traffic handling

2021-04-15 Thread Eliezer Croitoru
I don’t know your use case that well but maybe another proxy can do that for you. I wrote a haproxy routing config by username sometime ago: https://gist.github.com/elico/405f0608e60910fc9ea119e22e1ffd07 It's very simple and worth a shot. Let me know if it might be good for you. All The Bests, E

Re: [squid-users] Cache Peers and traffic handling

2021-04-15 Thread Matus UHLAR - fantomas
On 14.04.21 20:49, koshik moshik wrote: First of all thank you for trying to help me. Let me describe my current issue: I have 5000 proxies and would like to hide them. My plan was using another proxy server with 5000 cache peers and 5000 users. do you have 5000 users with one proxy for each us