Re: [squid-users] Scaling concurrent TCP sessions beyond ephemeral port range

2022-05-19 Thread Alex Rousskov
On 5/19/22 20:22, Praveen Ponakanti wrote: Does anyone have recommendations on scaling concurrent connections through the squid proxy to above the ephemeral port range? I know of several solutions, but not all of them are probably applicable to your specific situation: 1. Decrease the

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 whitelist

[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
Sorted it, deleted the "" and the $ at the end and now it works On Thu, 19 May 2022, 15:58 L.P.H. van Belle, wrote: > I think you can use *( in case and per example ) > acl SOMETHING .s3.amazonaws.com > > > > Depends bit on what type list your useing. >

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

2022-05-19 Thread robert k Wild
No I mean I just want to make the URL into a regex so it can handle any numbers or letter after the iobuckets-io..S3.amazonaws.com On Thu, 19 May 2022, 15:40 L.P.H. van Belle, wrote: > You cant make that certficate.. > at least, I hope, because, if you can, well then whole amazone has a >

[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
I worked it out, my "no Https interception" was working on websites if I put the URL in that txt file nointercept.txt But I needed to make a proxy.ini file as well on the host in question, for it to point to the proxy Once it pointed to the proxy I could then monitor the traffic and see what