[squid-users] Rock store limit

2024-04-16 Thread FredB
Hello, I'm trying to use rock store with 6.9, there is a limitation about the size of cache ? I tried 15000 but there is no rock db created with squid -z but it works with 1000 My goal is using a 200G SSD disk cache_dir rock /cache 1000 max-swap-rate=250 swap-timeout=350 Thanks

Re: [squid-users] [squid-announce] Squid 5.4 is available

2022-02-11 Thread FredB
Hi, What is this image general purpose? Have a containerized Squid, easy to install and upgrade, and In my case use multi proxies on same machine Enabled options, here: https://gitlab.com/fredbcode-images/squid/-/blob/master/Dockerfile#L8 Squid is automatically compiled, tested (I will

Re: [squid-users] [squid-announce] Squid 5.4 is available

2022-02-09 Thread FredB
Hello All Here docker image builds, automatic at each official release Amd64 and Arm (64 bits os only, tested on raspberry v3,v4) https://hub.docker.com/r/fredbcode/squid Fred -- Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma

Re: [squid-users] Squid 4.16, docker many CLOSE_WAIT

2021-12-07 Thread FredB
s, but it may be the same. > > Needless to say, bugs notwithstanding, too small client_lifetime > values > will kill too many innocent transactions. Please see my first > response Yes It's just for testing purpose, I'm seeing no impact but only for my usage case ... For now I will try

Re: [squid-users] Squid 4.16, docker many CLOSE_WAIT

2021-12-07 Thread FredB
Do you think, client lifetime 1 minute works (there is no minimal value in documentation) For testing purpose I'm trying in a test platform and I'm seeing no impact, for example download a large file is not interrupted There is no error in squid parse but I found nothing in debug about

Re: [squid-users] Squid 4.16, docker many CLOSE_WAIT

2021-12-07 Thread FredB
Le 07/12/2021 à 08:11, FredB a écrit : Thanks, I will try with one proxy FI: The close_wait are well deleted, but I don't know if there is an important impact or not for my users My browser was still connected to a secure website, but I did nothing

Re: [squid-users] Squid 4.16, docker many CLOSE_WAIT

2021-12-06 Thread FredB
Thanks, I will try with one proxy For now I'm trying with the latest version of docker without more success Do you think a wrong configuration parameters related with close_wait could be set in squid ? At the end of the days I have more than 35 000 close wait for each squid ...

[squid-users] Squid 4.16, docker many CLOSE_WAIT

2021-12-06 Thread FredB
Hello, I'm struggling with close_wait and squid in docker, after some hours I have thousand of close_wait , a lot more than the others status I tried some sysctl options but without more success, I guess because the close_wait can be related to my clients (many simultaneous) Maybe this is

[squid-users] unsuscribe

2020-01-20 Thread FredB
___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] ICAP and 403 Encapsulated answers (SSL denied domains)

2019-02-26 Thread FredB
Yes, here my usage case 1- Squid as explicit proxy connected to e2guardian with ICAP 2 - E2guardian block a SSL website (no bump) a 403 header is returned -> I tried 302, 307, 200, without more success 3 - With IE or chrome the connection is well dropped but with FF (61 -> next 67) the

Re: [squid-users] ICAP and 403 Encapsulated answers (SSL denied domains)

2019-02-24 Thread FredB
Thanks, there a lot of impacts here, response time, load average, etc, unfortunately we should wait that FF 66 (and after) is installed everywhere to fix that ... I'm really surprised that there is no more messages about this Fred ___ squid-users

Re: [squid-users] ICAP and 403 Encapsulated answers (SSL denied domains)

2019-02-19 Thread FredB
Amos, Alex Ithought you might beinterested, there was a bug in Firefox with huge impact for some configurations https://bugzilla.mozilla.org/show_bug.cgi?id=1522093 Regards Fredb ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] ICAP and 403 Encapsulated answers (SSL denied domains)

2019-01-23 Thread FredB
As a workaround, you can try disabling client-to-Squid persistent connections (client_persistent_connections off) or changing your ICAP service to produce a response with a non-empty 403 body. You are right this is a browser bug (firefox at least recent versions) and this issue can be

Re: [squid-users] ICAP and 403 Encapsulated answers (SSL denied domains)

2019-01-22 Thread FredB
Hello Alex But unfortunately Squid adds a "Connection: keep-alive" header It is not clear _why_ you consider that header "unfortunate" and the connection "wasted". That header may or may not be wrong, and the connection may or may not be reusable, depending on many factors (that you have not

[squid-users] ICAP and 403 Encapsulated answers (SSL denied domains)

2019-01-21 Thread FredB
Hello all, I'm playing with Squid4 and e2guardian as ICAP server. I'm seeing something I misunderstand, when a SSL website is blocked e2guardian returns a encapsulated "HTTP/1.1 403 Forbidden" header this part seems good to me with an encrypted website a denied or redirection page can't be

Re: [squid-users] Squid 4.5 and intermediate CA

2019-01-17 Thread FredB
my system and it seems pretty outdated (Debian 9) there is a link somewhere, for example, using  the latest mozilla CA in Squid ? FredB ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 4.5 and intermediate CA

2019-01-16 Thread FredB
(wget for example) Perhaps this is a "bug" because pkix-cert is used by browsers (or clients software) to automatically adds CA https://www.iana.org/assignments/media-types/application/pkix-cert FredB ___ squid-users mailing list s

Re: [squid-users] Squid 4.5 and intermediate CA

2019-01-16 Thread FredB
Yes it works, my first issue is now resolved There is a 200 when automatic download occurs, so this part is good Unfortunately still there is a code 503 at the third request, a specific bump configuration is needed ? - - - [15/Jan/2019:16:33:43 +0100] "GET

Re: [squid-users] Squid 4.5 and intermediate CA

2019-01-15 Thread FredB
Now squid can get directly the intermediate CA as a browser does, it's a very interesting feature to me Maybe I'm missing something, but I can see the request from squid now (with squid 4) it's a good point, my sslbump config is very basic, perhaps to basic cl step at_step SslBump1 ssl_bump

Re: [squid-users] ssl bump, CA certificate renewal, how to?

2019-01-15 Thread FredB
Sorry wrong topic Le 15/01/2019 à 18:08, FredB a écrit : Now squid can get directly the intermediate CA as a browser does, it's a very interesting feature to me Maybe I'm missing something, but I can see the request from squid now (with squid 4) it's a good point, my sslbump config is very

Re: [squid-users] ssl bump, CA certificate renewal, how to?

2019-01-15 Thread FredB
Now squid can get directly the intermediate CA as a browser does, it's a very interesting feature to me Maybe I'm missing something, but I can see the request from squid now (with squid 4) it's a good point, my sslbump config is very basic, perhaps to basic cl step at_step SslBump1 ssl_bump

Re: [squid-users] Squid 4.5 and intermediate CA

2019-01-15 Thread FredB
Hi Eliezer It's just what I'm seeing and it works well, so with fetched_certificate rule the first point is now fixed ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

[squid-users] Squid 4.5 and intermediate CA

2019-01-15 Thread FredB
] "GET https://bugs.squid-cache.org/ HTTP/1.1" 503 353 349 NONE:HIER_NONE "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:64.0) Gecko/20100101 Firefox/64.0" - Cache.log ssl3_get_server_certificate:certificate verify failed (1/-1/0) I'm missing something? Thanks FredB _

Re: [squid-users] SSLBump, system requirements ?

2018-03-21 Thread FredB
I agree, to be honest I started with low values updated again and again, I should have post my previous tests rather than the latest :) ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] SSLBump, system requirements ?

2018-03-21 Thread FredB
Sorry, it was just a wrong cut/paste cache_size=50MB the previous result still the same About children I tried with 256, unfortunately squid is still stuck at 100% Regards Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] SSLBump, system requirements ?

2018-03-21 Thread FredB
TE:certificate verify failed (1/-1/0) It can be very, very, useful for analysis Thanks FredB ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] SSLBump, system requirements ?

2018-03-20 Thread FredB
Hi Yuri, 200 mbits, more or less 1000/2000 simultaneous users I increase children value, because the limit is reached very quickly > and only 100 MB on disk? 100 MB by process, no ? I think I should reduce this value and rather increase the max of children Maybe such load is just

[squid-users] SSLBump, system requirements ?

2018-03-20 Thread FredB
03.41 digest_ FredB ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] filtering HTTPS sites with transparent child Squid

2017-12-03 Thread FredB
> > > > I’ve set up a Squid as a transparent child-proxy. Every request is > > redirected to another Squid with the content filtering add-on > > e2guardian. I encounter the problem that the transparent child > > Squid > > only forwards IP-Addresses to the e2guardian when HTTPS is used and > > so

[squid-users] Squid and SSLBump

2017-06-09 Thread FredB
Hi all, There is way to approximately estimate the "cost" of CPU/Memory usage of SSLbump ? What do you see in practice ? Some features are incompatibles with SMP so I'm using a single process, Squid is using more or less 30/40 % of CPU I have approximately 1000 users simultaneously connected

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread FredB
My answer was only for this point > Would be necessary for me to do so for including some traffic based > limitations for each user I don't known radius with Squid but I guess you have an acl like this acl radius-auth proxy_auth REQUIRED ?? (or something close) In this case I guess you can

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread FredB
delay_pool mixed with an acl like this acl ldap_auth proxy_auth REQUIRED delay_access 1 allow ldap_auth delay_access 1 deny all A delay_class 4 should be good Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

[squid-users] Squid 3.5.23 X-forwader and log bug ?

2017-04-10 Thread FredB
Hello, I'm debugging e2guardian and I found something in squid log the X-forwarwed IP seems not always recorded? I saw nothing particular with tcpdumd so I made a change in code (e2guardian) to show the header passed --- With problem - E2 Debug: Apr 10 09:07:49

Re: [squid-users] SSL_bump and source IP

2017-02-02 Thread FredB
> > acl tls_s1_connect at_step SslBump1 > > acl tls_vip_usersfill-in-your-details > > ssl_bump splicetls_vip_users # do not peek/bump vip users > ssl_bump peek tls_s1_connect # peek at connections of other > users > ssl_bump stare all#

Re: [squid-users] SSL_bump and source IP

2017-02-02 Thread FredB
Thanks Eliezer Unfortunately my "lan" is huge, many thousands of people, and MAC addresses are not known I'm very surprised, I'm alone with this ? Nobody needs to exclude some users from SSLBump ? Fredb ___ squid-users mailing list s

Re: [squid-users] Buy Certificates for Squid 'man in the middle'

2017-02-02 Thread FredB
local GPO. But in practice I don't how how you can do that, just hello I want a subordinate root certificates ? FredB ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] SSL_bump and source IP

2017-02-02 Thread FredB
So how I can manage computers without my CA ? (eg: laptop temporary connected) In my situation I have also some smartphones in some case, connected to my squids, how I can exclude them from SSLBump ? I have already some ACL based on authentication (user azerty = with/without some rules)

[squid-users] Squid 3.5.23 little fixes

2017-01-24 Thread FredB
Hello, FI, I'm reading some parts of code and I found two little spelling errors FredB --- --- src/client_side.cc 2016-10-09 21:58:01.0 +0200 +++ src/client_side.cc 2016-12-14 10:57:12.915469723 +0100 @@ -2736,10 +2736,10

Re: [squid-users] SSL_bump and source IP

2017-01-11 Thread FredB
> but not all requests from a specific source > what do you mean here? I mean no ssl-bump at all for a specific user, no matter the destinations I tried some acl without success >>, maybe because I'm using x-forwarded ? > x-forwarded-for has nothing to do with this There is a known bug with

[squid-users] SSL_bump and source IP

2017-01-11 Thread FredB
Hello, I'm searching a way to exclude an user (account) or an IP from my lan I can exclude a destination domain to decryption with SSL_bump but not all requests from a specific source, maybe because I'm using x-forwarded ? Thanks Fred ___

Re: [squid-users] Squid freeze each hour.

2016-12-20 Thread FredB
I do not see this, do you have something particular ? SSLBump maybe ? SMP ? ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 3.5.21 ssl bump and x-forward

2016-12-14 Thread FredB
If really needed, there is a patch here http://bugs.squid-cache.org/show_bug.cgi?id=3792 But as Amos said this patch is incomplete the CONNECT XFF header contents should also be added to the bumped request Fred ___ squid-users mailing list

Re: [squid-users] FATAL: The userIp helpers are crashing too rapidly, need help!

2016-12-13 Thread FredB
Now, You should use another directory, less insecure I mean /tmp is r/w for all ... ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] FATAL: The userIp helpers are crashing too rapidly, need help!

2016-12-13 Thread FredB
/root/soso/userIP.conf Make a try with /tmp /tmp/userIP.conf Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 3.5.21 ssl bump and x-forward

2016-11-30 Thread FredB
> > I have the same issue and racked my brain trying to find a solution. > Now, I > see there is no solution for this yet. > > I would appreciate so much if this feature were made available in the > future. > > Eduardo Carneiro > > Yes http://bugs.squid-cache.org/show_bug.cgi?id=4607

Re: [squid-users] Squid 3.5.x and NTLM

2016-11-28 Thread FredB
> The SMB_LM helper performs a downgrade attack on the NTLM protocol > and > decrypts the resulting username and password. Then logs into AD using > Basic auth. > This requires that the client supports the extremely insecure LM > auth. > Any sane client will not. > > Alternatively, the 'fake'

[squid-users] Squid 3.5.x and NTLM

2016-11-28 Thread FredB
Hello I wonder if I can use NTLM auth without any integration in AD ? Just interrogate the AD for user/password, I can do that ? Regards Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Login/Pass from squid to Squid

2016-11-08 Thread FredB
> > I have my ACLs based off what group an individual belongs to in a > LDAP > tree. > > Perhaps something like that would be helpful in your setup. > > -Dan > ___ Thank you If you have an example, I would be happy to look into Fred

Re: [squid-users] Login/Pass from squid to Squid

2016-11-07 Thread FredB
> Use "login=PASS" (exact string) on the cache_peer. > > Along with an http_access check that uses an external ACL helper > which > produces "OK user=X password=Y" for whatever credentials need to be > sent. > > NP: on older Squid that may be "pass=" instead of "password=". > > Amos > Ok

Re: [squid-users] Login/Pass from squid to Squid

2016-11-03 Thread FredB
> Authentication credentials represent and verify the identity of your > proxy. That is a fixed thing so why would the credentials used to > verify > that static identity need to change? I'm only speaking about users identities, not something like cache_peer login=XXX So each user must have

[squid-users] Login/Pass from squid to Squid

2016-11-03 Thread FredB
Hello, I wonder if Squid can pass different login/password to another, depending to an ACL ? I mean: 1) a client connected to Squid without any identification helper like ntlm, basic, etc ... 2) an ACL like IP src, or browser, header, ... forward the request to an another squid with a

Re: [squid-users] Error DiskThreadsDiskFile::openDone: (2) No such file or directory

2016-10-19 Thread FredB
I have this problem regularly with aufs (long time ...) Sorry I know no solution, except purge cache I'm using diskd to avoid this Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Error DiskThreadsDiskFile::openDone: (2) No such file or directory

2016-10-18 Thread FredB
Aufs ? Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] ICAP and user ID

2016-10-10 Thread FredB
Thanks great, if I understand right there is no missing data, all the complete request (HEADER + DATA) can be transmitted to an ICAP server ? Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] SSO and Squid, SAML 2.0 ?

2016-10-07 Thread FredB
> I am aware of folks successfully using certificate-based > authentication > in production today, but they are still running v3.3-based code (plus > many patches). I am not aware of any regressions in that area, but > since > there is no adequate regression testing, Amos is right: YMMV. > >

[squid-users] ICAP and user ID

2016-10-07 Thread FredB
Hello All, When Squid is connected to an ICAP server, there is a know list of informations transmitted ? I'm thinking of username with kerberos, or some specific headers Regards Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] SSO and Squid, SAML 2.0 ?

2016-10-06 Thread FredB
Hello, I found no way to do that, so I changed my mind I can authenticate a user to squid with a certificate ? I'm thinking about a smart card If yes the user name can be saved in squid log file ? Thanks Fred ___ squid-users mailing list

Re: [squid-users] SSO and Squid, SAML 2.0 ?

2016-09-23 Thread FredB
> > > Proxies only support "HTTP authentication" methods: Basic, Digest, > NTLM ,etc. So you either have to use one of those, or perhaps "fake" > the creation of one of those...? > > > eg you mentioned SAML, but gave no context beyond saying you didn't > want AD. So let's say SAML is a

Re: [squid-users] SSO and Squid, SAML 2.0 ?

2016-09-21 Thread FredB
> Hi Fred, > I assume that by "implicit" you mean "transparent" or > "interception". Short answer, not possible: there is nothing to > anchor > cookies to. It could be possible to fake it by having an auxiliary > website doing standard SAML and feeding a database of associations > userid-ip. It

Re: [squid-users] SSO and Squid, SAML 2.0 ?

2016-09-20 Thread FredB
I forgot, if possible a method without active directory ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

[squid-users] SSO and Squid, SAML 2.0 ?

2016-09-20 Thread FredB
Hello All, I'm searching a way to use a secure SSO with Squid, how did you implement the authenticate method with an implicit proxy ? I'm reading many documentations about SAML, but I found nothing about Squid I guess we can only do something with cookies ? Anyone know if it's possible?

Re: [squid-users] Squid 3.5.21 ssl bump and x-forward

2016-09-15 Thread FredB
> > Above are bumped requests sent inside the tunnel. Proxy #1 did not > interact with them, so it has no way to add XFF headers. > > The SSL-Bump logic does not yet store some things like indirect > client > IP and associate them with the bumped requests. > > Amos > Ok thank you, there is

[squid-users] Squid 3.5.21 ssl bump and x-forward

2016-09-15 Thread FredB
Hello, I'm testing SSlBump and it works good, however I'm seeing something strange with two proxies and x-forwarded enabled to the first, some requests are wrote with the first proxy address. user -> squid (fowarded_for on) -> squid (follow_x_forwarded_for allow all) -> Net Here log from

Re: [squid-users] Rock store status

2016-09-14 Thread FredB
Hello Alex and thank you for the explanations, I forgot but of course the test is running on same hardware and same full caches (2 sata drives 15k rpm 123 Gb of caches each) I will return to diskd now, because the point 2 is annoying for me, but rock seems very promising for me

Re: [squid-users] Rock store status

2016-09-13 Thread FredB
One thing, squid restart is very slow because of time required to rebuild the cache 2016/09/13 00:25:34| Took 1498.42 seconds (3972.24 objects/sec). -> Rock 2016/09/13 00:00:51| Took 5.71 seconds (533481.90 objects/sec). -> Diskd ___ squid-users

Re: [squid-users] Rock store status

2016-09-12 Thread FredB
Just for for information, no problem after two weeks. Unfortunately I can't test now with IpcIo (a problem with systemd) but rock store is very stable ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-02 Thread FredB
I will take a look,thanks But there is no smp configuration, just rock and squid with two caches ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread FredB
> > [Unit] > Description=Squid Web Proxy Server > After=network.target > > [Service] > Type=simple > ExecStart=/usr/sbin/squid -sYC -N Yes this is the default value http://bazaar.launchpad.net/~squid/squid/3.5/view/head:/tools/systemd/squid.service I guess this is wrong no ? Fred

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread FredB
I forgot /cache1: total 212380 drwxrwxrwx 3 squid root 4096 sept. 1 09:00 . drwxr-xr-x 26 root root 4096 nov. 17 2015 .. drwxrwxrwx 2 squid root 16384 août 31 09:12 lost+found -rwxrwxrwx 1 squid squid 13631488 sept. 1 09:14 rock /cache2: total 204584

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread FredB
Hi Alex > Normally, you do not need any ./configure options to enable Rock > support, including support for a stand-alone disker process. If you > want > to enable IpcIo explicitly, you may, but I would first check whether > it > was enabled without any --enable-disk-io options: > > > $ fgrep

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-08-31 Thread FredB
> > --enable-disk-io=AIO,Blocking,DiskThreads,IpcIo,Mmapped Wrong sorry, crash with diskd only because DiskDaemon is missing > > But there is a segfault at start, FI same result with diskd ... > > OK so I'm trying now --enable-disk-io=yes and there no more disker > process, I'm doing

[squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-08-31 Thread FredB
Hello, I saw this in rock store documentation If possible, Squid using Rock Store creates a dedicated kid process called "disker" to avoid blocking Squid worker(s) on disk I/O. One disker kid is created for each rock cache_dir. Diskers are created only when

Re: [squid-users] Rock store status

2016-08-19 Thread FredB
> > We use SMP and Rock under the 3.5 series without problems. But I > don't > think any of our sites have as high req/sec load as you. Thanks for your answer Please can you describe your load and configurations ? No crash ? Fred ___ squid-users

[squid-users] Rock store status

2016-08-17 Thread FredB
Hello All, I tried rock store and smp long time ago (squid 3.2 I guess), Unfortunately I definitely drop smp because there are some limitations (In my case), and I fall-back to diskd because there were many bugs with rock store. FI I also switched to aufs without big differences. But now with

Re: [squid-users] HTTPS and Headers

2016-07-22 Thread FredB
Ok thanks, so I will thinking about an another way ... ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] HTTPS and Headers

2016-07-21 Thread FredB
Thanks Amos for your answer Do you think I can use an alternate method to tag my users requests ? Modifiy/add Header seems a bad idea Regards Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

[squid-users] HTTPS and Headers

2016-07-21 Thread FredB
Hello, I wonder what headers can be see by squid with a SSL website ? Without SSLBump of course In my logs I'm seeing User-Agent, Proxy-Authorization and some others but when I try to put some new headers it works only with an HTTP website I can't do that ? What are the limitations ? My goal

Re: [squid-users] HTTPS issues with squidguard after upgrading from squid 2.7 to 3.5

2016-06-15 Thread FredB
> > You are mentioning ufdbGuard. Are its lists free for government use? > If not, then I can not use it, since we have very strict purchasing > requirements, even if it costs $1. And of course, I would have to go > through evaluation, the usual learning curve etc. > > Don't get me wrong here,

Re: [squid-users] Squid high memory usage

2016-06-15 Thread FredB
> > Yes I guess this is a good track for me (more or less 2 now ...) > Maybe half_closed should be help but unfortunately it crashes squid, > Bug 4156 > > Fred > ___ Maybe this is also related with the post "Excessive TCP memory usage" because

Re: [squid-users] Squid high memory usage

2016-06-15 Thread FredB
Yes I guess this is a good track for me (more or less 2 now ...) Maybe half_closed should be help but unfortunately it crashes squid, Bug 4156 Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Squid high memory usage

2016-06-15 Thread FredB
Maybe I'm wrong, but the server is also using many memories for TCP cat /proc/net/sockstat sockets: used 13523 TCP: inuse 8612 orphan 49 tw 31196 alloc 8728 mem 18237 UDP: inuse 14 mem 6 UDPLITE: inuse 0 RAW: inuse 0 FRAG: inuse 0 memory 0 netstat -lataupen | wc -l 38780

Re: [squid-users] Squid high memory usage

2016-06-06 Thread FredB
Thanks for your answer > What is cache_mem ? > See also http://wiki.squid-cache.org/SquidFaq/SquidMemory > Actually 25 Gb I tried different values, but I guess no matter, the problem is that the squid limit is only 50% of ram > > After that the swap is totally full and kswap process gone mad

[squid-users] Squid high memory usage

2016-06-06 Thread FredB
Hello all, I'm trying to use a server with 64 Go of ram, but I'm faced with a problem, squid can't works with more than 50% of memory After that the swap is totally full and kswap process gone mad ... I tried with vm.swappiness = 0 but same problem, perhaps a little better, I also tried

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-12 Thread FredB
Amos I don't know if this is related or not, but I have a lot of 2016/04/12 13:00:50| Could not parse headers from on disk object 2016/04/12 13:00:50| Could not parse headers from on disk object 2016/04/12 13:00:50| Could not parse headers from on disk object 2016/04/12 13:00:50| Could not parse

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-06 Thread FredB
> > Attached is a patch which I think will fix 3.5.16 (should apply fine > on > 4.0.8 too) without needing the cache reset. Anyone able to test it > please? > Reset the cache still needed, at least in my case Fred ___ squid-users mailing list

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-06 Thread FredB
Oh sorry Ok it seems work for me ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-06 Thread FredB
> > As I'm currently updating too: is this a bug or have I only to clear > the > old cache directories to prevent these error messages? > As far as I know, no, I tried ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-05 Thread FredB
Hi Amos, I confirm, cleaning the cache (mkfs in my case) do not fix the issue Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-04 Thread FredB
> > i can provide testing patchjust for testing .. not for > production until > they find the right cause > but make shurr the header ar public for those link might be your > situation ar diff... I will, but later on a platform test Now I will fallback to a previous release

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-04 Thread FredB
> > Thanks I will test, I confirm the problem still present after a while > Eg: this object seems never cleaned/fixed from cache > No more success with fresh cache, after 5 minutes the messages appears again and again Joe is right there is a bug somewhere

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-04 Thread FredB
> > mmm code ar the same must be something else corrupt the vary before > varyEvaluateMatch() > This ? http://www.squid-cache.org/Versions/v3/3.5/changesets/squid-3.5-14016.patch ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-04 Thread FredB
> > Version 4.0.8 has the same issue after upgrading without cache > clean-up. > Thanks I will test, I confirm the problem still present after a while Eg: this object seems never cleaned/fixed from cache Snip, there are many requests before ... 2016/04/04 13:39:11 kid1| varyEvaluateMatch:

Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-04 Thread FredB
> Objet: Re: [squid-users] Squid 3.5.16 and vary loop objects (bug ?) > > intercept ?? No, implicit proxy > i got excellent result but not the correct way its and old issue > may be i was not posting the issue in correct way for the dev... to > understand Very recent for me, not problem

[squid-users] Squid 3.5.16 and vary loop objects (bug ?)

2016-04-04 Thread FredB
Hello I migrated my Squid to the latest version 3.5.16 (from 3.5.10) and now I have many many "Vary loop objects" What happen ? I made no configuration changes After 1 hours Squid 3.5.16 grep "Vary" /var/log/squid/cache.log | wc -l 18176 Squid 3.5.10 grep "Vary" /var/log/squid/cache.log | wc

Re: [squid-users] Squid with LDAP-authentication: bypass selected URLs

2016-03-29 Thread FredB
> > auth_param basic program /usr/sbin/squid_ldap_auth -b T=MYDOMAIN -f > "uid=%s" > -s sub -h 192.168.1.1 acl password > auth_param basic children 10 > auth_param basic realm Internetzugang im VERWALTUNGSNETZ FAL-BK: > Bitte mit > den Daten aus diesem Netzwerk anmelden! > acl password

Re: [squid-users] Squid with LDAP-authentication: bypass selected URLs

2016-03-15 Thread FredB
I guess you have an acl with proxy_auth ? Something like acl ldapauth proxy_auth REQUIRED ? So you can just add http_access allow ldapauth !pdfdoc and perhaps http_access allow pdfdoc after Fred ___ squid-users mailing list

Re: [squid-users] Bandwidth control with delay pool

2016-03-15 Thread FredB
You can easily make this with an acl, delay_pool is a very powerful tool eg: Bandwidth 64k for each users with an identification except for acl BP and only in time included in acl desk acl my_ldap_auth proxy_auth REQUIRED acl bp dstdom_regex "/etc/squid/limit" acl desk time 09:00-12:00 acl

Re: [squid-users] Delay Pools and HTTPS on Squid 3.x

2016-02-17 Thread FredB
There was a know bug about delay pool and HTTPS, but as far as I know it's fixed now you did a test with 3.5.x ? Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

[squid-users] Authentification, the login prompt appears twice

2016-02-15 Thread FredB
Hi All, With FF and Squid 3.5.10 do you notice whether the login prompt appears twice and the second time it works ? Digest or Basic auth no matter, I tried with www.google.com like start page. The only way to avoid this, save the account in the browser To reproduce remove the saved password,

Re: [squid-users] Dansguardian Squid and HTTPS

2015-11-12 Thread FredB
This is not the right place to speak about DansGuardian > OK, but in squid log i saw only the IP of listen > dansguardian Take a look at forwarder = on (dg) and forwarder_for on (squid) > First, there is a way to dansguardian pass username to > squid ? Second, in sites https If I understand

  1   2   >