[squid-users] bye from me for now

2024-04-11 Thread robert k Wild
want me to implement this but i could had done) i attach my script if interested thanks, rob -- Regards, Robert K Wild. squid.sh Description: Binary data ___ squid-users mailing list squid-users@lists.squid-cache.org https://lists.squid-cache.org

[squid-users] Making squid into socks proxy

2023-07-10 Thread robert k Wild
Hi all, Sorry for the dumb question but what is the point of making squid into a socks5 proxy and if I have already built squid how do I add it to squid https://serverfault.com/questions/820578/how-to-enable-socks5-for-squid-proxy#820612 Thanks, Rob

Re: [squid-users] correct regular expression to use to capture all

2023-07-09 Thread robert k Wild
Thank you guys, Tbh I didn't think regex would be more CPU intense so thanks for that On Sun, 9 Jul 2023, 16:04 Matus UHLAR - fantomas, wrote: > On 08.07.23 13:07, robert k Wild wrote: > >True but I don't want to create two ACL lists, one for "ssl name" and one > >for

Re: [squid-users] correct regular expression to use to capture all

2023-07-08 Thread robert k Wild
So will this (^|\.)redshift3d\.com$ I know it will match Blah.redshift3d.com and redshift3d.com But what about Blah.Blah.redshift3d.com On Sat, 8 Jul 2023, 22:32 Alex Rousskov, wrote: > On 7/8/23 06:14, Stuart Henderson wrote: > > On 2023-07-07, robert k Wi

Re: [squid-users] correct regular expression to use to capture all

2023-07-08 Thread robert k Wild
True but I don't want to create two ACL lists, one for "ssl name" and one for "ssl name regex" On Sat, 8 Jul 2023, 12:57 Matus UHLAR - fantomas, wrote: > On 07.07.23 21:13, robert k Wild wrote: > >i know ive been talking about this before but i want to understand

[squid-users] correct regular expression to use to capture all

2023-07-07 Thread robert k Wild
-- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] squid 6.1 new lines when i do squid -k reconfigure

2023-07-07 Thread robert k Wild
Thanks Alex On Fri, 7 Jul 2023, 15:40 Alex Rousskov, wrote: > On 7/7/23 09:50, robert k Wild wrote: > > > i think this is a new feature in squid as i never saw it in squid 4/5 > > It is, essentially, a bug fix: Depending on the Squid version, these > lines were pre

[squid-users] squid 6.1 new lines when i do squid -k reconfigure

2023-07-07 Thread robert k Wild
/squid/var/cache/squid -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] make URL bypass squid proxy

2023-07-06 Thread robert k Wild
ever rule match first in a first match/hit fasion > acl NoSSLInterceptAnyOf any-of NoSSLInterceptDstDom > NoSSLInterceptDstDomFile NoSSLInterceptRegEx NoSSLInterceptRegExFile > > ssl_bump peek DiscoverSNIHost > ssl_bump splice NoSSLInterceptAnyOf > ssl_bump bump all >

Re: [squid-users] change squid proxy into intercept instead

2023-07-05 Thread robert k Wild
Great thanks Amos for that clarification :) On Wed, 5 Jul 2023, 18:28 Amos Jeffries, wrote: > On 4/07/23 06:02, robert k Wild wrote: > > hi all, > > > > running squid proxy with SSL-bump and some sites dont like squid being > > MITM and it breaks the SSL cert,

[squid-users] change squid proxy into intercept instead

2023-07-03 Thread robert k Wild
/bump issue ie i wont need it anymore thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] acl follow_x_forwarded_for

2023-07-03 Thread robert k Wild
thanks Antony On Mon, 3 Jul 2023 at 11:54, Antony Stone wrote: > On Monday 03 July 2023 at 11:46:20, robert k Wild wrote: > > > hi all, > > > > im reading this acl > > > > http://www.squid-cache.org/Doc/config/follow_x_forwarded_for/ > > > > is

[squid-users] acl follow_x_forwarded_for

2023-07-03 Thread robert k Wild
hi all, im reading this acl http://www.squid-cache.org/Doc/config/follow_x_forwarded_for/ is this to fool the dst server to think its coming from the client pc instead of squid proxy thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing

Re: [squid-users] Getting ping to work via proxy

2023-07-02 Thread robert k Wild
Yes I understand as squid is a http/Https proxy only, even tho if you make into an intercept proxy? Is there a way I can make some traffic use iptables to get to the URL instead of going through squid On Sun, 2 Jul 2023, 10:02 Matus UHLAR - fantomas, wrote: > On 01.07.23 23:29, robert k W

Re: [squid-users] Getting ping to work via proxy

2023-07-01 Thread robert k Wild
Will it work if I make my squid into a intercept proxy instead like below https://wiki.squid-cache.org/SquidFaq/InterceptionProxy https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpWithIntermediateCA Thanks On Sat, 1 Jul 2023, 23:15 robert k Wild, wrote: > So you can't get clie

Re: [squid-users] Getting ping to work via proxy

2023-07-01 Thread robert k Wild
So you can't get clients that go through the proxy server to ping to destination servers On Sat, 1 Jul 2023, 23:10 Antony Stone, wrote: > On Saturday 01 July 2023 at 22:59:43, robert k Wild wrote: > > > Hi all, > > > > Is there a way to get ping to work via the proxy. &g

[squid-users] Getting ping to work via proxy

2023-07-01 Thread robert k Wild
Hi all, Is there a way to get ping to work via the proxy. Thanks, Rob ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] make URL bypass squid proxy

2023-06-29 Thread robert k Wild
alnet special_url_any_of > http_access deny all > ## END OF FILE > > Once the above will work try to add other http_access rule like reply > access rules > > Let me know what happens, > Eliezer > > From: robert k Wild > Sent: Tuesday, June 27, 2023 09:36 > To: ngtech

Re: [squid-users] make URL bypass squid proxy

2023-06-27 Thread robert k Wild
t it isn't, as it's an activation URL it isn't activating the app via the proxy, as soon as I pop the pc on the internet, it activates the app Any ideas guys? Thanks, Rob On Tue, 27 Jun 2023, 07:36 robert k Wild, wrote: > Hi Eliezer, > > this is a snippet of my whitelist and no intercept

Re: [squid-users] make URL bypass squid proxy

2023-06-27 Thread robert k Wild
ists and reload. > It will depend on the size of your lists. > What OS are you using for your squid proxy? > > > > More details will help us help you. > > > > Eliezer > > > > *From:* squid-users *On > Behalf Of *robert k Wild > *Sent:* Monday, June 26, 2

[squid-users] make URL bypass squid proxy

2023-06-26 Thread robert k Wild
add the url to both files ie urlwhite and no intercept SSL thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] repos/packages to install squid from source

2023-02-16 Thread robert k Wild
sorry i forgot to mention, its Alma Linux On Thu, 16 Feb 2023 at 19:38, Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 2/16/23 11:41, robert k Wild wrote: > > > installing squid from source and just want to know what default > > repos/packages i shou

[squid-users] repos/packages to install squid from source

2023-02-16 Thread robert k Wild
libxml2-devel libcap-devel openssl openssl-devel libarchive #install clamAV packages dnf install -y clamd clamav clamav-data clamav-devel clamav-lib clamav-update do i need anymore? thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list

[squid-users] packages for alma linux

2023-01-12 Thread robert k Wild
autoconf perl libxml2-devel libcap-devel openssl openssl-devel #install clamAV packages dnf install -y clamd clamav clamav-data clamav-devel clamav-lib clamav-update thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid

Re: [squid-users] server_name_regex acl doesnt work anymore

2023-01-12 Thread robert k Wild
I've sorted it, I had to put quotes around my file path to the URL whitelist On Thu, 12 Jan 2023, 15:22 robert k Wild, wrote: > hi all, > > i have no idea why but my acl for url whitelist doesnt work anymore > > this is the output of my parse > > /usr/local/squid/sbin/squ

[squid-users] server_name_regex acl doesnt work anymore

2023-01-12 Thread robert k Wild
regex /usr/local/squid/etc/urlwhite.txt and in the url whitelist file is adobe.com (^|\.)adobe.com$ but when i try to access on my browser "adobe.com" i get the proxy access denied page can anyone shed some light as im struggling to sort this out thanks, rob -- Reg

[squid-users] eicar website not reachable

2023-01-11 Thread robert k Wild
help would be greatly appreciated thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] ubuntu ecap clamAV adapter

2022-11-24 Thread robert k Wild
dele/squid-ubuntu > > > > Best regards, > > Rafael > > > > *From:* squid-users *On > Behalf Of *robert k Wild > *Sent:* Thursday, November 24, 2022 7:23 PM > *To:* Squid Users > *Subject:* [squid-users] ubuntu ecap clamAV adapter > > > > hi all, &

[squid-users] ubuntu ecap clamAV adapter

2022-11-24 Thread robert k Wild
y help would be great thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] ubuntu squid - proxy refusing

2022-11-24 Thread robert k Wild
LOL ok sorted i uncommented out http_access allow localnet and reloaded the service and job done On Thu, 24 Nov 2022 at 17:40, robert k Wild wrote: > hi all, > > so i have installed squid on ubuntu 22.04 and i havnt made any changes, > all i have done is > > apt install

[squid-users] ubuntu squid - proxy refusing

2022-11-24 Thread robert k Wild
of the time i get The proxy server is refusing connections why is this please? thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] moving squid from centos 7 to ubuntu 22.04

2022-11-21 Thread robert k Wild
: > On 21.11.22 13:55, robert k Wild wrote: > >so to get ecap working instead if icap > > > >from this > > > >wget http://www.squid-cache.org/Versions/v4/squid-4.17.tar.gz > >wget > > > http://sourceforge.net/projects/c-icap/files/c-icap/0.5.x/c_icap

Re: [squid-users] moving squid from centos 7 to ubuntu 22.04

2022-11-21 Thread robert k Wild
://www.e-cap.org/archive/ecap_clamav_adapter-2.0.0.tar.gz what guide is best to follow for ecap as theres two https://wiki.squid-cache.org/Features/eCAP https://wiki.squid-cache.org/ConfigExamples/ContentAdaptation/eCAP On Fri, 18 Nov 2022 at 07:33, robert k Wild wrote: > Hi Amos, > &

Re: [squid-users] moving squid from centos 7 to ubuntu 22.04

2022-11-17 Thread robert k Wild
at 09:29, Amos Jeffries wrote: > On 17/11/2022 9:21 pm, robert k Wild wrote: > > Wow thanks Amos so much for this, > > > > You think if I build it on rocky Linux, it would be easier? > > > > I am not familiar with Rocky Linux beyond its existence. > I expect it w

Re: [squid-users] moving squid from centos 7 to ubuntu 22.04

2022-11-17 Thread robert k Wild
Wow thanks Amos so much for this, You think if I build it on rocky Linux, it would be easier? On Thu, 17 Nov 2022, 06:07 Amos Jeffries, wrote: > On 16/11/2022 6:31 am, robert k Wild wrote: > > hi all, > > > > atm i have written a script, once you have built a centos 7

[squid-users] moving squid from centos 7 to ubuntu 22.04

2022-11-15 Thread robert k Wild
t; /etc/virus_scan.conf echo "virus_scan.DefaultEngine clamav" >> /etc/virus_scan.conf echo "Include clamav_mod.conf" >> /etc/virus_scan.conf echo "Include virus_scan.conf" >> /etc/c-icap.conf # #make c-icap service # echo "[Unit]" >> /usr

Re: [squid-users] regex for normal websites

2022-08-05 Thread robert k Wild
All The Bests and Hope This Helps, > > Eliezer > > > > > > > > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ &

Re: [squid-users] regex for normal websites

2022-08-03 Thread robert k Wild
arning: I wish NOT to receive e-mail advertising to this address. > Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. > I don't have lysdexia. The Dog wouldn't allow that. > ___ > squid-users mailing list > squid-use

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
Mmm, maybe I should try dstdom_regex Instead of ssl::server_name_regex But when you using ssl bump in your squid.conf, isn't it best to use ssl::server_name_regex On Tue, 2 Aug 2022, 17:21 Matus UHLAR - fantomas, wrote: > On 02.08.22 16:41, robert k Wild wrote: > >thats

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
t; > > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Tuesday, 2 August 2022 18:24 &

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
thats incorrect as adobe\.com$ works but .adobe\.com$ or \.adobe\.com$ doesnt work so i just want to know why On Tue, 2 Aug 2022 at 16:32, Antony Stone wrote: > On Tuesday 02 August 2022 at 17:23:51, robert k Wild wrote: > > > mmm... so i just want to know and really sorry

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
liezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Tuesday, 2 August 2022 15:15 > *T

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
> > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Tuesday, 2 August 2022 14:51

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
t; > > If someone might be able to make sense of things in a synchronic fashion > it would help. > > (I do not see any debugs usage there or any helping comment ) > > > > Thanks, > > Eliezer > > > > > > Eliezer Croitoru > > NgTech, Tech Support &g

Re: [squid-users] regex for normal websites

2022-07-27 Thread robert k Wild
for the stupid question On Wed, 27 Jul 2022 at 12:28, Amos Jeffries wrote: > On 27/07/22 21:54, robert k Wild wrote: > > hi all, > > > > think i got it right but just want to double check with you guys > > > > so in my "ssl::server_name" i had > > .adobe

Re: [squid-users] regex for normal websites

2022-07-27 Thread robert k Wild
that's the weird thing, when i try this in "ssl::server_name_regex" .adobe.com it doesnt work you mean escape ie the \ character On Wed, 27 Jul 2022 at 11:05, Matus UHLAR - fantomas wrote: > On 27.07.22 10:54, robert k Wild wrote: > >think i got it right but just w

[squid-users] regex for normal websites

2022-07-27 Thread robert k Wild
adobe.com$ it works, so im guessing its right thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] fool windows into thinking it has internet access

2022-07-22 Thread robert k Wild
704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Friday, 22 July 2022 13:23 > *To:* Eliezer Croitoru > *Cc:* Squid Users > *Subject:* Re: [squid-users] fo

Re: [squid-users] fool windows into thinking it has internet access

2022-07-22 Thread robert k Wild
probably make more sense into what > you see. > > > > Eliezer > > > > > > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https:/

Re: [squid-users] fool windows into thinking it has internet access

2022-07-20 Thread robert k Wild
On Wed, 20 Jul 2022, 18:44 Antony Stone, wrote: > On Wednesday 20 July 2022 at 19:19:22, robert k Wild wrote: > > > ok i have realised something, my client cant resolve this address > > > > C:\Users\rkw>ping dns.msftncsi.com > > Ping request could not find ho

Re: [squid-users] fool windows into thinking it has internet access

2022-07-20 Thread robert k Wild
16:23, robert k Wild wrote: > hi all, > > trying to fool windows it has internet access and not just network access > > looking at this guide > > > https://docs.microsoft.com/en-US/troubleshoot/windows-client/networking/internet-explorer-edge-open-connect-corporate-pu

[squid-users] fool windows into thinking it has internet access

2022-07-20 Thread robert k Wild
saying "microsoft connect test" if i go to http://www.msftconnecttest.com/connecttest.txt but my network icon is still saying just network access only not internet access can anyone help me out please thanks, rob -- Regards, Robert K Wild. ___

Re: [squid-users] Logrotate question

2022-06-17 Thread robert k Wild
So what your saying is change the -k reconfigure to -k rotate Even tho I've configured squid from source On Sat, 18 Jun 2022, 00:17 Amos Jeffries, wrote: > On 18/06/22 07:06, robert k Wild wrote: > > i understand it now > > > > Er, no. > > > cat /etc/logrotat

Re: [squid-users] Logrotate question

2022-06-17 Thread robert k Wild
the postrotate just once for all logs didnt need the squid -k rotate as already handled by logrotate On Fri, 17 Jun 2022 at 19:27, robert k Wild wrote: > just a question, im just playing with logrotate > > /usr/local/squid/var/logs/*.log { > monthly > rotate 4 > compress > dela

Re: [squid-users] Logrotate question

2022-06-17 Thread robert k Wild
quot;postrotate" as logrotate is handling it On Thu, 16 Jun 2022 at 14:06, robert k Wild wrote: > Thanks Eliezer, really appreciate it :) > > On Thu, 16 Jun 2022, 14:03 , wrote: > >> So just create the file I sent you before or extract the file from the >> squid RPM us

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
ion, disable the > cron you have created and if the squid binary is in a specific different > folder change the path of the squid binary in the squid logrotate file > accordingly. > > > > All The Bests, > > Eliezer > > > > *From:* robert k Wild > *Sent:* Thursd

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
stance let me know. > > > > Eliezer > > > > *From:* robert k Wild > *Sent:* Thursday, 16 June 2022 14:52 > *To:* Eliezer Croitoru > *Cc:* Squid Users > *Subject:* Re: [squid-users] Logrotate question > > > > Self compiled from source with others ie > >

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
gt; > > Eliezer > > > > *From:* robert k Wild > *Sent:* Thursday, 16 June 2022 14:05 > *To:* Eliezer Croitoru > *Cc:* Squid Users > *Subject:* Re: [squid-users] Logrotate question > > > > Oops sorry you did say that, sorry I didn't see that at first > &

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
Oops sorry you did say that, sorry I didn't see that at first On Thu, 16 Jun 2022, 12:04 robert k Wild, wrote: > I imagine Eliezer that's what I need to put in logrotate.conf file > > On Thu, 16 Jun 2022, 12:01 , wrote: > >> Oops, >> >> >> >> Th

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
nge the squid number > of logs to the same number. > > > > Let me know if you it’s helpful. > > > > Eliezer > > > > *From:* ngtech1...@gmail.com > *Sent:* Thursday, 16 June 2022 14:00 > *To:* 'robert k Wild' ; 'Squid Users' < > squid-users@lists.s

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
Ok sorry as normally 3 months is 90 days and I just added a 1 to it, but I get what you mean if months have 31 I should really do 93 as I want to give it extra room incase On Thu, 16 Jun 2022, 11:41 Antony Stone, wrote: > On Thursday 16 June 2022 at 11:26:37, robert k Wild wrote: > > &

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
Cool, so I will rotate daily and delete after 91 days, thanks guys On Thu, 16 Jun 2022, 11:14 Matus UHLAR - fantomas, wrote: > On 16.06.22 10:54, robert k Wild wrote: > >Basically I want to keep logs for 3 months then rotate so it overwrites > >them with another 3 months, if t

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
ok at my CentOS 7 system and will try to find the > right way to do it. > > > > Eliezer > > > > *From:* robert k Wild > *Sent:* Thursday, 16 June 2022 11:28 > *To:* Eliezer Croitoru > *Cc:* Squid Users > *Subject:* Re: [squid-users] Logrotate question > > &g

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
Cool, Thanks all, il try the logrotate program instead of using squids one Thanks guys :) On Thu, 16 Jun 2022, 10:26 Matus UHLAR - fantomas, wrote: > On 16.06.22 10:23, robert k Wild wrote: > >So I can use the package logrotate instead of the squid one > > squid packages

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
So I can use the package logrotate instead of the squid one On Thu, 16 Jun 2022, 10:22 Matus UHLAR - fantomas, wrote: > On 16.06.22 09:53, robert k Wild wrote: > >All I know is I need to keep a record of up to 3 months, worth of logs, > due > >to gdpr, how would

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
Hi Antony, All I know is I need to keep a record of up to 3 months, worth of logs, due to gdpr, how would you say I go about this Thanks, Rob On Thu, 16 Jun 2022, 09:49 Antony Stone, wrote: > On Thursday 16 June 2022 at 09:27:32, robert k Wild wrote: > > > Thanks Eliezer > >

Re: [squid-users] Logrotate question

2022-06-16 Thread robert k Wild
gt; > What OS are you using? > > > > Eliezer > > > > *From:* squid-users *On > Behalf Of *robert k Wild > *Sent:* Wednesday, 15 June 2022 20:19 > *To:* Squid Users > *Subject:* [squid-users] Logrotate question > > > > Hi all, > > > >

[squid-users] Logrotate question

2022-06-15 Thread robert k Wild
Hi all, ATM to clear the logs, I do this in crontab, every 3 months 0 0 1 */3 * echo "" > /usr/local/squid/var/logs/access.log and do the same for cache log It works but I want to really use log rotate ie 0 0 1 */3 * /usr/local/squid/sbin/squid -k rotate I hear log rotate keeps 10 files by

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-21 Thread robert k Wild
tial. > > Diving back to your original request: > > On 20/05/22 02:25, robert k Wild wrote: > > hi all, > > > > want to make the below into a regex as after the io..., could be any > > number and letter, the - stays in the same position but to make it

Re: [squid-users] Put URLs and URL regex in one text file

2022-05-21 Thread robert k Wild
Thanks Amos, So does that mean for all my SSL::server_name ACLs, I should be using SSL_bump and not http_access On Sat, 21 May 2022, 06:10 Amos Jeffries, wrote: > On 20/05/22 23:26, robert k Wild wrote: > > Sorry I'm a bit thick > > > > Don't be. These things b

Re: [squid-users] Put URLs and URL regex in one text file

2022-05-20 Thread robert k Wild
Sorry I'm a bit thick So I've read SSL::server_name_regex which uses sni is better than dstdomain_regex So I think I'm better of using the sni one then ? On Fri, 20 May 2022, 12:20 Matus UHLAR - fantomas, wrote: > On 20.05.22 11:21, robert k Wild wrote: > >So for SSL inspection,

Re: [squid-users] Put URLs and URL regex in one text file

2022-05-20 Thread robert k Wild
So for SSL inspection, for squid to look into the URl headers, what's the better one Server name or DST domain Thanks, Rob On Fri, 20 May 2022, 11:12 Matus UHLAR - fantomas, wrote: > On 19.05.22 19:29, robert k Wild wrote: > >Think I found it but, what the difference between

Re: [squid-users] Put URLs and URL regex in one text file

2022-05-19 Thread robert k Wild
Think I found it but, what the difference between these two acl aclname ssl::server_name_regex [-i] \.foo\.com ... acl aclname dstdom_regex [-n] [-i] \.foo\.com ... On Thu, 19 May 2022, 19:01 robert k Wild, wrote: > Hi all, > > ATM in my squid.conf I have two acls, one for normal

[squid-users] Put URLs and URL regex in one text file

2022-05-19 Thread robert k Wild
Hi all, ATM in my squid.conf I have two acls, one for normal whitelist urls and one for whitelist reg ex urls, like so #HTTP_HTTPS whitelist websites acl whitelist ssl::server_name "/usr/local/squid/etc/urlwhite.txt" # #HTTP_HTTPS whitelist websites regex acl whitelistreg

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-19 Thread robert k Wild
//wiki.squid-cache.org/SquidFaq/SquidAcl > > I suggest have a look there also. > > Greetz, > > Louis > > > > > > > > *Van:* robert k Wild > *Verzonden:* donderdag 19 mei 2022 16:45 > *Aan:* L.P.H. van Belle > *CC:* Squid Users > *Onderwerp:* Re:

Re: [squid-users] Regex for URL to include numbers special letters

2022-05-19 Thread robert k Wild
gt; If that is what you mean.. > > I use XCA to create certificate. > > > Greetz, > > Louis > > > > > > *Van:* squid-users *Namens *robert k Wild > *Verzonden:* donderdag 19 mei 2022 16:25 > *Aan:* Squid Users > *Onderwerp:* [squid-users] Regex for

[squid-users] Regex for URL to include numbers special letters

2022-05-19 Thread robert k Wild
hi all, want to make the below into a regex as after the io..., could be any number and letter, the - stays in the same position but to make it simple i just want to make anything a wildcard http://zzz-iobuckets-io50-1lnk65fe5gm7n.s3.amazonaws.com/ something like this ive done but it doesnt

Re: [squid-users] disable https inspection for licensing some apps

2022-05-19 Thread robert k Wild
> -Original Message- > From: squid-users On Behalf Of > Alex Rousskov > Sent: Wednesday, May 18, 2022 21:39 > To: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] disable https inspection for licensing some apps > > On 5/18/22 12:28, robert k

Re: [squid-users] disable https inspection for licensing some apps

2022-05-18 Thread robert k Wild
in the url white list so it can actually see the url is there something else i need to add for this to work or maybe some websites ie license website just dont like it going through a proxy On Wed, 18 May 2022 at 16:57, robert k Wild wrote: > hi all, > > i have squid proxy configure

[squid-users] disable https inspection for licensing some apps

2022-05-18 Thread robert k Wild
thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] squid proxy really slow for web requests

2022-02-22 Thread robert k Wild
roitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > > > *From:* robert k Wild > *Sent:* Tuesday, February 22, 2022 10:38 > *To:* Eliezer Croitoru > *Cc:* Squid Users > *Subject:* Re: [squid-users] squid proxy re

Re: [squid-users] squid proxy really slow for web requests

2022-02-22 Thread robert k Wild
apture the scenario: > > https://getsharex.com/ > > > > (if you are using windows) > > > > Thanks, > > Eliezer > > > > > > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.

[squid-users] squid proxy really slow for web requests

2022-02-21 Thread robert k Wild
takes way to long i get "the connection has timed out" on my squid server im running htop and pinging google and both seem fine anything else what it could be thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@l

Re: [squid-users] Vulnerabilities with squid 4.15

2022-02-12 Thread robert k Wild
nice, i dont have any, thanks Amos i normally dont use parse, i normally use reconfigure and rotate On Sat, 12 Feb 2022 at 13:43, Amos Jeffries wrote: > On 11/02/22 23:04, robert k Wild wrote: > > thanks Amos and Eliezer! > > > > tbh i dont know if im using WCCP with my

Re: [squid-users] Vulnerabilities with squid 4.15

2022-02-12 Thread robert k Wild
OK I'm fine All Squid-4.x up to and including 4.16 built without --disable-wccpv2 and configured with wccp2_router in squid.conf are vulnerable. Thanks Amos for this link On Fri, 11 Feb 2022, 10:09 robert k Wild, wrote: > ok so build my squid 4.17 with this option > > --disab

Re: [squid-users] Vulnerabilities with squid 4.15

2022-02-11 Thread robert k Wild
ok so build my squid 4.17 with this option --disable-wccpv2 as i have no lines in my squid.conf referencing wccp is that what i should do, tbh i dont even know if i do or dont need wccp On Fri, 11 Feb 2022 at 02:27, Amos Jeffries wrote: > On 11/02/22 07:55, robert k Wild wrote: > &g

Re: [squid-users] Vulnerabilities with squid 4.15

2022-02-11 Thread robert k Wild
y chance? (I really don’t know about a > setup that doesn’t require this these days) > > > > If you would be able to share more information on your setup so I might be > able to clone such a setup it will help a lot. > > > > Thanks, > > Eliezer > > > &

Re: [squid-users] Vulnerabilities with squid 4.15

2022-02-10 Thread robert k Wild
kage? > Also, what is your squid setup purpose? > > Eliezer > > בתאריך יום ה׳, 10 בפבר׳ 2022, 20:56, מאת robert k Wild ‏< > robertkw...@gmail.com>: > >> Hi all, >> >> Is there any security vulnerabilities with squid 4.15, should I update to >&g

[squid-users] Vulnerabilities with squid 4.15

2022-02-10 Thread robert k Wild
Hi all, Is there any security vulnerabilities with squid 4.15, should I update to 4.17 or is it OK to still use as my squid proxy server Sorry for silly question Thanks, Rob ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] deny uploads acl not working

2021-10-28 Thread robert k Wild
found out i need to block application/json but if i do that it blocks teams aswell as thats a json, maybe i will try this request body max size but theres another one i can use called request header max size whats the best one to use? On Thu, 28 Oct 2021 at 17:05, robert k Wild wrote

[squid-users] deny uploads acl not working

2021-10-28 Thread robert k Wild
essed application/x-msdownload application/x-iso9660-image application/x-tar but the deny upmime isnt working as on when i try to upload an exe on teams website it allows me to upload it any ideas, thanks, rob -- Regards, Robert K Wild. ___ squid-

Re: [squid-users] cicap lines in squid.conf

2021-09-30 Thread robert k Wild
the squid server and tried to download the txt file again i got the squid virus page i did have to update my clamav service via yum as when i run "freshclam" it errored saying running an old version but once i updated all was good On Wed, 29 Sept 2021 at 13:46, robert k Wild wrote:

[squid-users] cicap lines in squid.conf

2021-09-29 Thread robert k Wild
allow all thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] net err cert validity too long - chrome/safari

2021-09-23 Thread robert k Wild
on is now applied to more > situations than those described in the article OR Rob has circumvented > Crhome's idea of "publicly trusted CAs". > > Alex. > > > > > > *Van:* squid-users

[squid-users] net err cert validity too long - chrome/safari

2021-09-23 Thread robert k Wild
googled and its because my cert is too long age, i made it 999 days and i find out now it should be longer than 397 days is this correct? thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http

Re: [squid-users] no ssl intercept - question how it works

2021-08-12 Thread robert k Wild
Thanks Amos On Thu, 12 Aug 2021, 04:05 Amos Jeffries, wrote: > On 12/08/21 4:06 am, robert k Wild wrote: > > Great thanks Amos as always > > > > So shall I leave this ssl bump lines in > > > > ssl_bump splice NoSSLIntercept > >> ssl_bump p

Re: [squid-users] no ssl intercept - question how it works

2021-08-11 Thread robert k Wild
didn't spot that My understanding is the "no ssl intercept", squid doesn't even bother to inspect the packets ie man in the middle and just literally passes it straight to the client Is that right? Thanks, Rob On Wed, 11 Aug 2021, 06:48 Amos Jeffries, wrote: > On 11/08/21 4:56 am, ro

[squid-users] no ssl intercept - question how it works

2021-08-10 Thread robert k Wild
urls to the nointerceptssl and why isnt it enough just to add it to urlwhite list rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] where to put my own rules

2021-07-27 Thread robert k Wild
Thanks Amos On Tue, 27 Jul 2021, 13:57 , wrote: > On 2021-07-28 00:25, robert k Wild wrote: > > is it best to put my "ssl bump" and "no ssl interception" rules under > > > > # Recommended minimum Access Permission configuration: > > > > or &

[squid-users] where to put my own rules

2021-07-27 Thread robert k Wild
ver_name "/usr/local/squid/etc/pubkey.txt" ssl_bump splice NoSSLIntercept ssl_bump peek DiscoverSNIHost ssl_bump bump all thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

  1   2   >