Re: [squid-users] Help regarding access controls for TLS connections

2024-10-28 Thread Alex Rousskov
On 2024-10-28 11:47, Erik Schulz wrote: I realized later that I was applying 'localnet' rules before the dstdomain rules, which was the cause of the unauthorized dns lookup. By rearranging the rules, such that `dstdomain -n` rules are tested first, there is no dns lookup. Glad you are making p

Re: [squid-users] Help regarding access controls for TLS connections

2024-10-28 Thread Erik Schulz
Hi Alex, Thank you for your detailed response! I realized later that I was applying 'localnet' rules before the dstdomain rules, which was the cause of the unauthorized dns lookup. By rearranging the rules, such that `dstdomain -n` rules are tested first, there is no dns lookup. Well, I do see a

Re: [squid-users] Help regarding access controls for TLS connections

2024-10-27 Thread Alex Rousskov
On 2024-10-25 18:18, Erik Schulz wrote: I would like to use squid as an egress proxy, to prevent unauthorized egress. Let's say that the only allowed egress is 'example.com'. I can define acl along the lines of: ``` acl allowed_domains ssl::server_name .example.com http_access allow allowed_dom

[squid-users] Help regarding access controls for TLS connections

2024-10-25 Thread Erik Schulz
Hello! I would like to use squid as an egress proxy, to prevent unauthorized egress. Let's say that the only allowed egress is 'example.com'. I can define acl along the lines of: ``` acl allowed_domains ssl::server_name .example.com http_access allow allowed_domains ``` But can someone help me u

Re: [squid-users] Help with squid Proxy

2023-07-12 Thread Antony Stone
On Wednesday 12 July 2023 at 18:11:08, Andrés Leandro Regalado wrote: > I implemented squid proxy in a small office to filter the internet and now it > blocks the communication of the mail client with the mail server, I need to > know how I can allow outlook or thunderbird to work through squid.

[squid-users] Help with squid Proxy

2023-07-12 Thread Andrés Leandro Regalado
hello Dear community, I need help, because I implemented squid proxy in a small office to filter the internet and now it blocks the communication of the mail client with the mail server, I need to know how I can allow outlook or thunderbird to work through squid. thank you. -- Ing. André

Re: [squid-users] Help to understand tcp_denied in access.log

2023-04-14 Thread Alex Rousskov
lists.squid-cache.org Assunto: Re: [squid-users] Help to understand tcp_denied in access.log On 4/13/23 21:23, andre.bolin...@articatech.com wrote: I'm seeing to many requests to website mainnet.infura.io, by analyzing the access.log seams that the website is blocked Which directive/

Re: [squid-users] Help to understand tcp_denied in access.log

2023-04-14 Thread andre.bolinhas
squid-users Em Nome De Alex Rousskov Enviada: 14 de abril de 2023 04:01 Para: squid-users@lists.squid-cache.org Assunto: Re: [squid-users] Help to understand tcp_denied in access.log On 4/13/23 21:23, andre.bolin...@articatech.com wrote: > I'm seeing to many requests to website mainnet.

Re: [squid-users] Help to understand tcp_denied in access.log

2023-04-13 Thread Alex Rousskov
On 4/13/23 21:23, andre.bolin...@articatech.com wrote: I'm seeing to many requests to website mainnet.infura.io, by analyzing the access.log seams that the website is blocked Which directive/mechanism blocks them (e.g., http_access, reply_body_max_size, ICAP/eCAP, etc.)? Each TCP_DENIED r

[squid-users] Help to understand tcp_denied in access.log

2023-04-13 Thread andre.bolinhas
Hi I'm seeing to many requests to website mainnet.infura.io, by analyzing the access.log seams that the website is blocked but I also notice that the request is consuming bandwidth, here a example Squid access.log format. %ts.%03tu %6tr %>a %Ss/%03>Hs %http://lists.squid-cache.org/listinfo/squid-us

Re: [squid-users] Help with using Squid proxy and VPN at the same time.

2023-02-19 Thread Amos Jeffries
On 20/02/2023 4:18 pm, Peter Hucker wrote: On Mon, 20 Feb 2023 02:21:52 -, Amos Jeffries wrote: On 20/02/2023 10:26 am, Peter Hucker wrote: I use a Squid proxy just for Boinc (I have 8 PCs and it caches the downloads which all 8 machines get (large data files). I also use a VPN. I want t

Re: [squid-users] Help with using Squid proxy and VPN at the same time.

2023-02-19 Thread Peter Hucker
On Mon, 20 Feb 2023 02:21:52 -, Amos Jeffries wrote: On 20/02/2023 10:26 am, Peter Hucker wrote: I use a Squid proxy just for Boinc (I have 8 PCs and it caches the downloads which all 8 machines get (large data files). I also use a VPN. I want to tell the VPN to not put Squid through it (a

Re: [squid-users] Help with using Squid proxy and VPN at the same time.

2023-02-19 Thread Amos Jeffries
On 20/02/2023 10:26 am, Peter Hucker wrote: I use a Squid proxy just for Boinc (I have 8 PCs and it caches the downloads which all 8 machines get (large data files). I also use a VPN. I want to tell the VPN to not put Squid through it (as for some reason Boinc servers hate VPNs). I can tell the

[squid-users] Help with using Squid proxy and VPN at the same time.

2023-02-19 Thread Peter Hucker
I use a Squid proxy just for Boinc (I have 8 PCs and it caches the downloads which all 8 machines get (large data files). I also use a VPN. I want to tell the VPN to not put Squid through it (as for some reason Boinc servers hate VPNs). I can tell the VPN to exclude certain apps by giving it th

[squid-users] Help wanted to clean up and update the wiki

2022-11-30 Thread Francesco Chemolli
Hi all! In the last weeks I have started the process to clean up the squid wiki and port it to a faster and more effective platform - the goal is to be able to host it onsite or on github pages. I have done the heavy lifting of collecting and auto-transcoding the contents from MoinMon to Markdow

Re: [squid-users] help to redirect http request to another squid proxy

2021-02-28 Thread Amos Jeffries
On 26/02/21 8:47 pm, jmpatagonia wrote: Hello I need help to redirect request http/https from a specific domain to another squid proxy server. Like a domain for example microsoft.com redirect o transfer all request to another squid proxy server. Firstly, "redirect" h

[squid-users] help to redirect http request to another squid proxy

2021-02-26 Thread jmpatagonia
Hello I need help to redirect request http/https from a specific domain to another squid proxy server. Like a domain for example microsoft.com redirect o transfer all request to another squid proxy server. I try to use this: # http_port xx.xx.xx..x

Re: [squid-users] Help with with delay pools

2020-10-14 Thread Amos Jeffries
On 15/10/20 7:52 am, Service MV wrote: > Hello everyone, I don't know if anyone can help me with this configuration. > > acl Domain_Users note group AQUAAAUV7TIfbORUj8PLQv4YAQIAAA== > delay_pools 1 > delay_class 1 1 > delay_parameters 1 250/250 > delay_access 1 allow Domain_User >

[squid-users] Help with with delay pools

2020-10-14 Thread Service MV
Hello everyone, I don't know if anyone can help me with this configuration. acl Domain_Users note group AQUAAAUV7TIfbORUj8PLQv4YAQIAAA== delay_pools 1 delay_class 1 1 delay_parameters 1 250/250 delay_access 1 allow Domain_User What I am looking for is to limit each individual user

Re: [squid-users] Help Request: How to deal with Basic Authentication

2020-09-17 Thread Amos Jeffries
FYI; if this file is only accessed by the Squid auth helper (usually the case) it should be in /etc/squid or a sub-dir under there and have the proxy group read access (no write). Ownership should be root or an admin account with permission to add/remove entries, Squid does not need those permissi

Re: [squid-users] Help Request: How to deal with Basic Authentication

2020-09-17 Thread Wind Lee
Thanks Amos, problems has been fixed, it's because of my passwd file couldn't be read by user squid, I wrongly placed it at root user's home directory and forgot to change its owner attributes. On 2020/9/17 6:34 PM, Amos Jeffries wrote: I see Squid being told to accept valid credentials. What

Re: [squid-users] Help Request: How to deal with Basic Authentication

2020-09-17 Thread Amos Jeffries
On 17/09/20 5:22 pm, Wind Lee wrote: > Hi all, > > I'm trying to set up a http(s) proxy with Basic Authentication, for now > it works fine without auth, but as long as I add those auth part, it > keeps rejecting auth request from client side, such as keeps requesting > username and password on goo

[squid-users] Help Request: How to deal with Basic Authentication

2020-09-16 Thread Wind Lee
Hi all, I'm trying to set up a http(s) proxy with Basic Authentication, for now it works fine without auth, but as long as I add those auth part, it keeps rejecting auth request from client side, such as keeps requesting username and password on google chrome. I've checked the /usr/lib64/squ

Re: [squid-users] Help

2020-06-27 Thread Matus UHLAR - fantomas
On 30.05.20 16:35, santosh panchal wrote: We have setup outbound proxy in AWS for private infra We have put required entry in /etc/profile what "required entry"? and try to install package on ubuntu machine but getting error as it is not going over the internet Error Connecting to AP-south-

[squid-users] Help

2020-06-26 Thread santosh panchal
Hi Team We have setup outbound proxy in AWS for private infra We have put required entry in /etc/profile and try to install package on ubuntu machine but getting error as it is not going over the internet Error Connecting to AP-south-1.ec2.archive.ubuntu.com Also we are unable to curl google.co

Re: [squid-users] Help with FTP native proxy squid 3.5

2020-04-30 Thread Alex Rousskov
On 4/29/20 3:45 PM, Dawood Aijaz wrote: > I am able to configure an FTP proxy through HTTP however I need a native > FTP. I was told squid supports as of Cv3.5.But I am unable to find any > help regarding configuration and any tutorial to help me do this task > > Can anyone share configuration fo

[squid-users] Help with FTP native proxy squid 3.5

2020-04-29 Thread Dawood Aijaz
Hi, I am able to configure an FTP proxy through HTTP however I need a native FTP. I was told squid supports as of Cv3.5.But I am unable to find any help regarding configuration and any tutorial to help me do this task Can anyone share configuration for setting up native FTP proxy, Regards, Dawood

Re: [squid-users] Help regarding configuring a native FTP proxy

2020-04-27 Thread Matus UHLAR - fantomas
On 27.04.20 18:46, Dawood Aijaz wrote: After Amos Jeffries pointed out that there is native FTP support in squid as of Cv3.5.But I am unable to find any help regarding configuration and any tutorial to help me do this task Can anyone share configuration for setting up native FTP proxy, I belie

[squid-users] Help regarding configuring a native FTP proxy

2020-04-27 Thread Dawood Aijaz
Hi, After Amos Jeffries pointed out that there is native FTP support in squid as of Cv3.5.But I am unable to find any help regarding configuration and any tutorial to help me do this task Can anyone share configuration for setting up native FTP proxy, Regards, Dawood Aijaz ___

Re: [squid-users] help with TC_MISS/200

2020-04-06 Thread Amos Jeffries
On 7/04/20 10:13 am, Juan Manuel P wrote: > Hello a implementing a reverse transparent  proxy, connected directed to > internet with round-robin balance to two internal again reverse > transparent proxy. > There is no such thing as "reverse transparent proxy". "reverse proxy" and "transparent pr

[squid-users] help with TC_MISS/200

2020-04-06 Thread Juan Manuel P
Hello a implementing a reverse transparent proxy, connected directed to internet with round-robin balance to two internal again reverse transparent proxy. - parent one (reverse & balance ) ONE CHILD (reverse & balance)

[squid-users] Help with squid proxy parent directive

2019-11-26 Thread jmperrote
Hello we are trying to configure two squid reverse proxy, one frontend to internet and the other inside the network. Both on reverse proxy mode, and one dependening the other.     internet ---> squid reverse proxy one ---> squid reverse proxy two ---> inside web server Accessing to first re

Re: [squid-users] Help with HTTPS SQUID 3.1.23 https proxy not working

2019-09-22 Thread KleinEdith
Thanks for help me, I fix my problem now I can see SuCarroRD.com Bing.com and more. Thanks for your Help. I will recommend this site to my another friends. Have good day -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid

Re: [squid-users] Help with HTTPS SQUID 3.1.23 https proxy not working

2019-09-21 Thread Matus UHLAR - fantomas
On 21.09.19 02:51, KleinEdith wrote: Squid as the https proxy not working # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src

Re: [squid-users] Help with HTTPS SQUID 3.1.23 https proxy not working

2019-09-21 Thread KleinEdith
Squid as the https proxy not working # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from where browsing # should be allowed acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible inter

Re: [squid-users] help with helper

2019-09-03 Thread Amos Jeffries
On 4/09/19 1:13 am, jmperrote wrote: > Hello Amos, yes but how can I identified that is on the first request ?? > It will be first? but what does first actually mean? first this year? first today? first this second? HTTP is stateless. There is no concept of "second request" etc. outside of fea

Re: [squid-users] help with helper

2019-09-03 Thread jmperrote
Hello Amos, yes but how can I identified that is on the first request ?? Else squid request to autentificate and later when invoque the helper again request to autentificate. I handle recover the user from squid cache (cachmanager) on the helper, for asking if the user previous exist, but squ

Re: [squid-users] help with helper

2019-09-03 Thread Amos Jeffries
On 3/09/19 10:35 pm, jmperrote wrote: > Hello we have a helper to validate users on squid reverse proxy, and > have a problem on the first validation time !! > > On a normal day the first validation, when a user open the client > browser squid invoque the pop/up and users insert user/password corr

[squid-users] help with helper

2019-09-03 Thread jmperrote
Hello we have a helper to validate users on squid reverse proxy, and have a problem on the first validation time !! On a normal day the first validation, when a user open the client browser squid invoque the pop/up and users insert user/password correct to validate, and later squid apparentl

Re: [squid-users] Help with IP forwarder on squid

2019-08-28 Thread Matus UHLAR - fantomas
On 28.08.19 09:22, jmperrote wrote: Hello Matus thanks for the answer, but on the apache backend server we just receip request from the reverse proxy, and we mounted software for DDOS on the apache server, so we need to identified the ip from reverse proxy for DDOS work. and this is eaxctly w

Re: [squid-users] Help with IP forwarder on squid

2019-08-28 Thread jmperrote
Hello Matus thanks for the answer, but on the apache backend server we just receip request from the reverse proxy, and we mounted software for DDOS on the apache server, so we need to identified the ip from reverse proxy for DDOS work. regards. El 28/8/19 a las 08:40, Matus UHLAR - fantomas

Re: [squid-users] Help with IP forwarder on squid

2019-08-28 Thread Matus UHLAR - fantomas
On 28.08.19 07:59, jmperrote wrote: Hello we have a reverse proxy squid and on the backend a apache server with anti DDOS software. Any request on the apache comming from the same ip of the reverse proxy because it is forwader to the apache backend. We need that the apache server receip the

[squid-users] Help with IP forwarder on squid

2019-08-28 Thread jmperrote
Hello we have a reverse proxy squid and on the backend a apache server with anti DDOS software. Any request on the apache comming from the same ip of the reverse proxy because it is forwader to the apache backend. We need that the apache server receip the original ip from client. We try  the

Re: [squid-users] help to disconnect users after determinated time. TTL

2019-08-16 Thread Amos Jeffries
On 16/08/19 3:30 am, jmperrote wrote: > Hello Emmanuel, we finish implementing a solution on PHP script, getting > the TTL time < 0 on the cachemgr, and it work. > > The problem is that the param --> auth_param basic credentialsttl 3 > minutes, give this time (180 seconds), but if the user still n

Re: [squid-users] help to disconnect users after determinated time. TTL

2019-08-15 Thread jmperrote
Hello Emmanuel, we finish implementing a solution on PHP script, getting the TTL time < 0 on the cachemgr, and it work. The problem is that the param --> auth_param basic credentialsttl 3 minutes, give this time (180 seconds), but if the user still navigating on the site, this value "Check T

Re: [squid-users] help to disconnect users after determinated time. TTL

2019-08-13 Thread FUSTE Emmanuel
Le 13/08/2019 à 16:44, jmperrote a écrit : > Hello, we have a squid reverse proxy, and use the param "auth_param > basic credentialsttl 10 minutes" to disconnect users that are inactive > for a time, but this NOT work, because later a users validated on a > reverse proxy can continue navigating

[squid-users] help to disconnect users after determinated time. TTL

2019-08-13 Thread jmperrote
Hello, we have a squid reverse proxy, and use the param "auth_param basic credentialsttl 10 minutes" to disconnect users that are inactive for a time, but this NOT work, because later a users validated on a reverse proxy can continue navigating on a reverse proxy even of later 10 minutes of ina

Re: [squid-users] Help with HTTPS SQUID 3.1.23

2019-06-27 Thread Amos Jeffries
On 27/06/19 1:29 am, Anderson Rosario wrote: > I can not access to HTTPS sites, 3 weeks ago was working fine, without > doing any change in the topology update or config stopped and it is not > working with HTTPS sites. it keeps loading and I recieve a message from > navegators The connection to th

Re: [squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-27 Thread Amos Jeffries
On 27/06/19 11:39 am, Jared Fox wrote: > Hi Amos > > So i have tried the following based on your suggestions, but it is > still failing and have errors below: > > 1. Switched to a wildcard whitelist instead of single domain > 2. Updated the logformat to provide more information, see below: > 3. A

Re: [squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-26 Thread Jared Fox
Hi Amos So i have tried the following based on your suggestions, but it is still failing and have errors below: 1. Switched to a wildcard whitelist instead of single domain 2. Updated the logformat to provide more information, see below: 3. Add in `--client-requested`, but this made no difference

[squid-users] Help with HTTPS SQUID 3.1.23

2019-06-26 Thread Anderson Rosario
I can not access to HTTPS sites, 3 weeks ago was working fine, without doing any change in the topology update or config stopped and it is not working with HTTPS sites. it keeps loading and I recieve a message from navegators The connection to the server was reset while the page was loading. *here

Re: [squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-26 Thread Amos Jeffries
On 26/06/19 2:45 pm, Jared Fox wrote:> > == Bad news / Major Blocker == > https connections to cloud tracing is still being blocked, these are > TLS 1.2 and uses SNI as seen via tcpdump. > Okay, now that you have the v4 capabilities: * Please add %ssl::bump_mode to your log so we can see easily wh

Re: [squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-25 Thread Jared Fox
Hi Amos / Squid-Users So some good news and bad news and i'm still blocked. == Good news == I have managed to get Squid 4.7 running on Centos 7.6.1810, with the squid & squid-helpers binary rpms from `http://www1.ngtech.co.il/repo/centos/$releasever/$basearch/`. FYI: The squid-helpers rpm does n

Re: [squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-25 Thread Jared Fox
Thank you Amos I will update the Squid config and give Squid-helpers 3.5 a go today and let you know. Do you have any idea why only some tls 1.2 connections would work with the whitelisting.? Thanks Jared DevOps Architect - Practiv On Tue, Jun 25, 2019 at 9:04 PM Amos Jeffries wrote: > > On 25

Re: [squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-25 Thread Amos Jeffries
On 25/06/19 1:24 pm, Jared Fox wrote: > Hi Squid-Users > > I need your help! > > So i have had been using Squid 3.5.20 (installed on Amazon Linux 2) > and its acting as a transparent ssl proxy with whitelist of allowed > addresses. I want to avoid running a mitm proxy and having to add CA > certs

[squid-users] Help with transparent whitelisting proxy on Squid 4.4

2019-06-24 Thread Jared Fox
Hi Squid-Users I need your help! So i have had been using Squid 3.5.20 (installed on Amazon Linux 2) and its acting as a transparent ssl proxy with whitelist of allowed addresses. I want to avoid running a mitm proxy and having to add CA certs to all services/containers etc. Traffic is routed to

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-16 Thread Amos Jeffries
On 17/05/19 2:56 am, jmperrote wrote: > > OK now I want to know it is posible to get or recover from the ldap an > attribute for later deliver this attribute to the peer server on same > way that I deliver on the header the username. See

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-16 Thread jmperrote
Hello again Amos, finally on my reverse-proxy a could deliver to the upstream peer/server the data (username) that I need, using the directive request_header_add X-Remote-User "%ul" This is the user captured from authentication (%ul  User name) and validated for --> auth_param basic program au

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-16 Thread jmperrote
Thanks a lot Amos, a try to use this for testing. Regards. El 16/5/19 a las 06:24, Amos Jeffries escribió: On 16/05/19 3:26 am, jmperrote wrote: Hello Amos, we use --> auth_param basic program ./.../auth.php for authenticate teh user to the reverse proxy. auth_param is full HTTP auth

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-15 Thread Amos Jeffries
On 15/05/19 12:09 pm, jmperrote wrote: > hello I need a help to know it is posible with squid to pass the > username autenticated on reverse proxy to the peer ? > Firstly, please be aware that the username you may see in proxy logs is not required to be authenticated. In modern Squid it just has

[squid-users] help with reverse proxy sending user to peer

2019-05-14 Thread jmperrote
hello I need a help to know it is posible with squid to pass the username autenticated on reverse proxy to the peer ? I have a reverse proxy, with external autentification type on ldap repository, once the user is validated on reverse proxy and redirect to the peer, I need to send the username,

Re: [squid-users] HELP! Ssl_bump - acl , dstdomain , denied by fqdn need ip

2019-01-25 Thread Alex Rousskov
On 1/25/19 1:15 AM, Александр Александрович Березин wrote: > 0 192.168.50.10 TCP_DENIED/200 0 CONNECT 208.64.202.87:443 - HIER_NONE/- - Looks like your http_access rules deny some (or all) CONNECT requests, probably during SslBump step1. This is not related to your ssl_bump rules. Examine those r

Re: [squid-users] HELP! Ssl_bump - acl , dstdomain , denied by fqdn need ip

2019-01-25 Thread Amos Jeffries
On 25/01/19 9:15 pm, Александр Александрович Березин wrote: > Please HELP! >   > Hello dear members of the community > excuse me for disturbing me, but I could not find an answer to the > question, so I speak to you, sorry again >   > i have >   ... > > in /etc/squid.conf > > ... > > acl tes

[squid-users] HELP! Ssl_bump - acl , dstdomain , denied by fqdn need ip

2019-01-25 Thread Александр Александрович Березин
Please HELP! Hello dear members of the communityexcuse me for disturbing me, but I could not find an answer to the question, so I speak to you, sorry again i have #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/LinuxNo LSB modules are available.Distributor ID: UbuntuDescription:

Re: [squid-users] Help: squid restarts and squidGuard die

2018-10-01 Thread neok
Hi Eliezer, I apologize! I don't know why I stopped receiving emails from the squid users list. Only today I see the thread in nabble.com and I see that it has 23 posts! Regarding your question, I didn't investigate the error of squidGuard... I started to migrate my lists to native squid lists as

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-28 Thread Eliezer Croitoru
l From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Service MV Sent: Monday, September 17, 2018 18:38 To: squid-users@lists.squid-cache.org Subject: [squid-users] Help: squid restarts and squidGuard die Dear Ones, I draw on your experience in seeking help

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-24 Thread Amos Jeffries
On 25/09/18 7:07 AM, Marcus Kool wrote: > The sub-thread starts with "do not use the url rewriter helper because > of complexity" The thread started earlier than that, with essentially "move simple rules to squid.conf" On 18/09/18 6:38 AM, Amos Jeffries wrote: > > I recommend you convert as many

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-24 Thread Amos Jeffries
On 25/09/18 3:46 AM, Donald Muller wrote: > I will be downloading the blacklists from the internet and I'm sure that there > will be sites that I want to whitelist via > > acl whitelist dstdomain "/some folder path/whitelist.acl" > http_access allow whitelist > > What logging do I need to enable

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-24 Thread Marcus Kool
The sub-thread starts with "do not use the url rewriter helper because of complexity" and ends with that the (not less complex) external acl helpers are fine to use. And in between there is an attempt to kill the URL rewriter interface. It would be a lot less confusing if you started with someth

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-24 Thread Donald Muller
g to access is blacklisted so I can add it to the whitelist? Thanks > -Original Message- > From: squid-users On Behalf > Of Donald Muller > Sent: Friday, September 21, 2018 1:18 PM > To: Amos Jeffries ; squid-users@lists.squid- > cache.org > Subject: Re: [squid-users] Hel

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-21 Thread Donald Muller
> -Original Message- > From: squid-users On Behalf > Of Amos Jeffries > Sent: Thursday, September 20, 2018 3:50 PM > To: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] Help: squid restarts and squidGuard die > > On 21/09/18 3:46

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Alex Rousskov
On 09/20/2018 02:41 PM, Amos Jeffries wrote: > Squid does not close or break any client connections when reconfigured. IIRC, this statement is inaccurate (unfortunately): Reconfiguring Squid may break client connections that Squid has not started processing yet. The connections already being proc

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Alex Rousskov
On 09/20/2018 01:50 PM, Amos Jeffries wrote: > On 21/09/18 3:46 AM, Donald Muller wrote: >> Does Squid monitor dstdomain files for changes and reload them or does a '-k >> reconfigure' need to be issued? > Not currently. I'm looking for a nice portable way to do file watching. > Patches and/o

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Amos Jeffries
On 21/09/18 3:46 AM, Marcus Kool wrote: > > On 20/09/18 08:46, Amos Jeffries wrote: >> On 19/09/18 11:49 PM, Marcus Kool wrote: >>> >>> On 18/09/18 23:03, Amos Jeffries wrote: On 19/09/18 1:54 AM, neok wrote: > Thank you very much Amos for putting me in the right direction. > I succes

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Amos Jeffries
On 21/09/18 3:46 AM, Donald Muller wrote: > >> -Original Message- >> From: Matus UHLAR - fantomas >> Sent: Thursday, September 20, 2018 7:16 AM >> >> On 19.09.18 20:47, Donald Muller wrote: >>> So instead of using squidguard are you saying you should use something >> like the following? >

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Marcus Kool
On 20/09/18 08:46, Amos Jeffries wrote: On 19/09/18 11:49 PM, Marcus Kool wrote: On 18/09/18 23:03, Amos Jeffries wrote: On 19/09/18 1:54 AM, neok wrote: Thank you very much Amos for putting me in the right direction. I successfully carried out the modifications you indicated to me. Regardi

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Donald Muller
> -Original Message- > From: squid-users On Behalf > Of Matus UHLAR - fantomas > Sent: Thursday, September 20, 2018 7:16 AM > To: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] Help: squid restarts and squidGuard die > > On 19.09.18 20:47, Do

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Flashdown
I'm saying the purpose of the url_rewrite_* API in Squid is to tell Squid whether the URL (only) needs some mangling in order for the server/origin to understand it. It can re-write transparently with all the problems that causes to security scopes and URL sync between the endpoints. Or redirect

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Amos Jeffries
On 19/09/18 11:49 PM, Marcus Kool wrote: > > On 18/09/18 23:03, Amos Jeffries wrote: >> On 19/09/18 1:54 AM, neok wrote: >>> Thank you very much Amos for putting me in the right direction. >>> I successfully carried out the modifications you indicated to me. >>> Regarding ufdbGuard, if I understoo

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-20 Thread Matus UHLAR - fantomas
. Processing of those is very inefficient inside of squid. -Original Message- From: squid-users On Behalf Of Amos Jeffries Sent: Tuesday, September 18, 2018 10:04 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Help: squid restarts and squidGuard die On 19/09/18 1:5

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-19 Thread Donald Muller
rted in alphabetical order? Don > -Original Message- > From: squid-users On Behalf > Of Amos Jeffries > Sent: Tuesday, September 18, 2018 10:04 PM > To: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] Help: squid restarts and squidGuard die > > On 19/0

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-19 Thread Marcus Kool
On 18/09/18 23:03, Amos Jeffries wrote: On 19/09/18 1:54 AM, neok wrote: Thank you very much Amos for putting me in the right direction. I successfully carried out the modifications you indicated to me. Regarding ufdbGuard, if I understood correctly, what you recommend is to use the ufdbConver

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-19 Thread Enrico Heine
Thank you for this information Amos! :) I had ufdbguard as possible replacement in my list, your info about it beeing a fork, is the reason that I will switch to it soon. Thanks :) Am 19. September 2018 04:03:39 MESZ schrieb Amos Jeffries : >On 19/09/18 1:54 AM, neok wrote: >> Thank you very mu

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-18 Thread Amos Jeffries
On 19/09/18 1:54 AM, neok wrote: > Thank you very much Amos for putting me in the right direction. > I successfully carried out the modifications you indicated to me. > Regarding ufdbGuard, if I understood correctly, what you recommend is to use > the ufdbConvertDB tool to convert my blacklists in

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-18 Thread neok
Thank you very much Amos for putting me in the right direction. I successfully carried out the modifications you indicated to me. Regarding ufdbGuard, if I understood correctly, what you recommend is to use the ufdbConvertDB tool to convert my blacklists in plain text to the ufdbGuard database form

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-17 Thread Flashdown
Just want to add, I use SquidGuard in two High load setups and never ran into issues. I didnt integrate it as url rewrite helper but as external acl helper and it works great with 800 Users.. Am 17. September 2018 20:38:06 MESZ schrieb Amos Jeffries : >On 18/09/18 3:37 AM, Service MV wrote: >>

Re: [squid-users] Help: squid restarts and squidGuard die

2018-09-17 Thread Amos Jeffries
On 18/09/18 3:37 AM, Service MV wrote: > Dear Ones, I draw on your experience in seeking help to determine > whether or not it is possible to achieve the configuration I am looking > for, due to a strange error I am having. FYI: SquidGuard has not been maintained for many years now. I recommend y

[squid-users] Help: squid restarts and squidGuard die

2018-09-17 Thread Service MV
Dear Ones, I draw on your experience in seeking help to determine whether or not it is possible to achieve the configuration I am looking for, due to a strange error I am having. Before commenting on the bug I describe my testing environment: - A VM CentOS 7 Core over VirtualBox 5.2, 1 NIC. - My V

Re: [squid-users] Help Team Squid

2018-08-12 Thread Amos Jeffries
On 13/08/18 12:30, John Renzi Manzo wrote: > Good day team squid, >                  Please help me, >                  I am using squid 3.0 in our windows server 2012 r2, i > already configure it. First thing is please try an upgrade. Squid-3.0 was deprecated in 2010. For more current packages s

[squid-users] Help Team Squid

2018-08-12 Thread John Renzi Manzo
Good day team squid, Please help me, I am using squid 3.0 in our windows server 2012 r2, i already configure it. Ban sites and allow specific ip addresses to browse all sites, but the problem is is i cannot open our website. Please see attached fil

Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-09 Thread Amos Jeffries
On 09/05/18 18:36, Ilias Clifton wrote: > Ubuntu box is able to connect to the internet ok. If client PCs are > configured to use the Ubuntu box as proxy on port 3128 it works correctly. > > No hits in access.log for any transparent clients via wccp.. No network > response at all from Ubuntu. >

Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-08 Thread Ilias Clifton
rom: "Alex K" To: "Ilias Clifton" Cc: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16 Is the ubuntu able to reach Internet? Do you see any events at squid access log?   Alex    On Wed, May 9, 2018, 07:59 I

Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-08 Thread Amos Jeffries
On 09/05/18 16:59, Ilias Clifton wrote: > >  Hi Alex, > > On the wccp0 interface I only see traffic arriving in 1 direction - original > client ip to destination ip. > > The ubuntu box only has a single ethernet interface - Sorry, that should > have been in my original question. I see the gre

Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-08 Thread Alex K
me result. > > > > > Sent: Wednesday, May 09, 2018 at 2:37 PM > From: "Alex K" > To: "Ilias Clifton" > Cc: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on > Ubuntu 16 > > Hi, > &

Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-08 Thread Ilias Clifton
response. I tried adding a MASQUERADE line to the iptables rules, just to see if it made a difference.. but same result.   Sent: Wednesday, May 09, 2018 at 2:37 PM From: "Alex K" To: "Ilias Clifton" Cc: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Help with

Re: [squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-08 Thread Alex K
Hi, At the wccp0 interface do you see bidirectional http traffic? If the squid box has multiple interfaces, do you see traffic on its wan interface? That traffic might need NATing. Also I would check if squidbox drops any packages in case you have firewall configured on it. Alex On Wed, May 9

[squid-users] Help with WCCP: Cisco 1841 to Squid 3.5.25 on Ubuntu 16

2018-05-08 Thread Ilias Clifton
Hello,   I've been trying to get WCCP working but have been banging my head against a wall, so thought I would ask for help.   There are 2 internal subnets that I would like to use the squid proxy: 172.28.30.128/25 and 172.28.29.0/25   I have squid v3.5.25 running on Ubuntu 16 : 172.28.28.252  

Re: [squid-users] help with the error TCP_MISS_ABORTED/000

2018-02-28 Thread Juan Manuel P
Amos, tell me what more you need to analyze the incident. Every time that I access to this http://www.rionegro.gov.ar I have the error TCP_MISS_ABORTED/000, but also if access to ssl version https://www.rionegro.gov.ar the error NOT occur

Re: [squid-users] help with the error TCP_MISS_ABORTED/000

2018-02-27 Thread Amos Jeffries
On 28/02/18 15:12, L A Walsh wrote: > Juan Manuel P wrote: >> I am using Squid Cache: Version 3.5.12, but some pages give me the >> next error: >> >> 1/Feb/2018:18:14:40 -0300 || - || 10.12.43.20 || >> TCP_MISS_ABORTED/000|| GET || >> http://www.rionegro.gov.ar/download/images/00033494.jpg >>

Re: [squid-users] help with the error TCP_MISS_ABORTED/000

2018-02-27 Thread L A Walsh
Juan Manuel P wrote: I am using Squid Cache: Version 3.5.12, but some pages give me the next error: 1/Feb/2018:18:14:40 -0300 || - || 10.12.43.20 || TCP_MISS_ABORTED/000|| GET || http://www.rionegro.gov.ar/download/images/00033494.jpg

  1   2   3   >