[squid-users] Leaking ICAP connections

2010-10-14 Thread Steve Hill
on how to debug the problem would be greatfully received. Thanks. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com

Re: [squid-users] Leaking ICAP connections

2010-10-18 Thread Steve Hill
On Fri, 15 Oct 2010, Amos Jeffries wrote: First step is upgrading to 3.1.8 to see if its one of the many found and solved bugs. If its still remains there check bugzilla for any references. I'll certainly check with the latest Squid, but I haven't found anything in bugzilla to suggest

Re: [squid-users] Leaking ICAP connections

2010-10-19 Thread Steve Hill
On Mon, 18 Oct 2010, Amos Jeffries wrote: Sounds a lot to me like some rare response from ICAP which confuses Squid about the reply size. This is possible. Although shouldn't Squid time out ICAP requests (and close the connection) if the response takes too long to complete? Or a

Re: [squid-users] Squid 3.0 icap HIT

2010-11-08 Thread Steve Hill
) and a postcache respmod hook (respmod_precache). The caching Squid would provide the same precache reqmod hook (reqmod_precache) and a precache respmod hook (respmod_precache), although I don't have a use for these myself. Its a bit nasty, but it happens to work. :) -- - Steve Hill Technical Director

Re: [squid-users] [PATCH] Raw URL path ACL

2004-06-21 Thread Steve Hill
characters are a signature of a type of attack) you will want to be able to differentiate between the 2. In any case, uri_whitespace is a global option and would affect everything, whereas urlpath_regex and urlpath_raw_regex can be mixed. (did that make sense or have I misunderstood? :) - - Steve

Re: [squid-users] [PATCH] Raw URL path ACL

2004-06-22 Thread Steve Hill
that escape some characters in the URI without blocking legitimate requests. I.e. you can filter URIs containing %2easp (the signature of some attacks) without blocking legitimate requests for .asp - --- - - Steve Hill Senior Software DeveloperEmail: [EMAIL PROTECTED

[squid-users] ICAP breaks HTTP responses with 1 octet bodies

2012-06-14 Thread Steve Hill
? And is this supposed to be handled elsewhere? -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts

[squid-users] Tproxy without spoofed source address

2012-11-28 Thread Steve Hill
upstream proxy. Is there some way to turn off source address spoofing without using a second proxy? -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com

Re: [squid-users] A way to redirect google/Youtube SSL

2012-11-28 Thread Steve Hill
On 28.11.12 13:52, David Touzeau wrote: Since Google and Youtube force browser to use SSL we have lake of statistics and web filtering with Squid. I would like if there is a good way in order to redirect SSL requests to google/Youtube to non-encrypted requests ? Google allow you to do this

Re: [squid-users] A way to redirect google/Youtube SSL

2012-11-29 Thread Steve Hill
On 28.11.12 23:22, David Touzeau wrote: Thanks !!! But what about Youtube ? I'm not aware of anything similar for youtube I'm afraid, but if you come across anything I'd be very interested. The other possibility is to ssl-bump the https sessions, but that's a bit nasty. -- - Steve Hill

[squid-users] Negotiate NTLM authentication broken?, 3.2.3

2012-12-07 Thread Steve Hill
/store.log pid_filename /var/run/squid.pid coredump_dir /var/spool/squid-nocache - The appropriate parts of cache.log are available at: http://persephone.nexusuk.org/~steve/cache.log -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts

[squid-users] TPROXY with IPv6

2012-12-20 Thread Steve Hill
Squid's TPROXY sockets only seem to bind to the IPv4 stack - Some Googling suggests it can be made to work with IPv6, but I've not found anything explaining how. What am I missing? Thanks. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct

Re: [squid-users] TPROXY with IPv6

2012-12-20 Thread Steve Hill
to the IPv4 stack. However, I just restarted squid and it has now bound to the IPv6 stack so I'm not sure what was previously preventing it. Anyway, looks like the problem is solved - thanks. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts

[squid-users] CLOSE_WAIT

2013-01-09 Thread Steve Hill
of Squid (including 3.2.3) don't seem to be exhibiting the problem to such an extent (I'm still seeing a number of CLOSE_WAIT sockets with an rx queue length of 1 on these servers, but in relatively small quantities.) -- - Steve Hill Technical Director Opendium Limited http

Re: [squid-users] CLOSE_WAIT

2013-01-09 Thread Steve Hill
On 09/01/13 10:14, Steve Hill wrote: I have a busy Squid 3.2.3 server that constantly has a huge number of connections tied up in CLOSE_WAIT (i.e. at the moment it has 364 ESTABLISHED but 3622 in CLOSE_WAIT). tcp1 0 :::172.23.3.254:8080 :::172.23.2.158:49615 CLOSE_WAIT

Re: [squid-users] CLOSE_WAIT

2013-01-10 Thread Steve Hill
of returning a response, Squid generates a 500 Internal Server Error and does not abandon the socket (the client then drops the connection, which squid handles correctly, and therefore doesn't end in CLOSE_WAIT). -- - Steve Hill Technical Director Opendium Limited http

Re: [squid-users] CLOSE_WAIT

2013-01-11 Thread Steve Hill
response being sent and the browser dropping the connection (anything the browser sends after the 403 just piles up in the socket's rx buffer). -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com

[squid-users] Marking squid-webserver traffic

2013-01-14 Thread Steve Hill
configurations only route client-squid traffic via GRE and the squid-client and squid-webserver traffic all follows the usual routing instead (which would require Squid to have its own dedicated connection to the router). -- - Steve Hill Technical Director Opendium Limited http

[squid-users] Squid 3.2.6 fails to handle large POSTs when returning errors

2013-01-17 Thread Steve Hill
and then hanging, waiting for the upload to complete before redoing the request with auth credentials. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com

Re: [squid-users] CLOSE_WAIT

2013-01-21 Thread Steve Hill
be true at this point anyway. clientProcessRequest() explicitly sets readMore = false for CONNECT requests, so I don't understand how Squid handles keep-alive CONNECT tunnels? -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant

Re: [squid-users] CLOSE_WAIT

2013-03-06 Thread Steve Hill
with the connection. If we can't connect to the remote host for whatever reason, tunnel.cc calls errorSend() and all the code paths seem to lead to the socket being closed; if we can connect then the socket then I don't think client_side_request.cc touches it again. -- - Steve Hill

[squid-users] Destination address rewriting for TPROXY

2013-12-02 Thread Steve Hill
option, which sounds like it would almost do what I want, except the manual says that this option gets forced back on for requests that fail host verification. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st

Re: [squid-users] Destination address rewriting for TPROXY

2013-12-03 Thread Steve Hill
works as expected, so this is a reasonable stop-gap, but it does seem that to_localhost is behaving in an unexpected way, since its behaviour changes depending on whether the proxy is transparent or not. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com

[squid-users] Debugging slowness

2014-04-15 Thread Steve Hill
. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa...@opendium.com

[squid-users] Broken Apple devices - repeated 407s

2014-04-29 Thread Steve Hill
this doesn't seem to happen. /rant -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts

[squid-users] Intermittent slowness

2014-05-08 Thread Steve Hill
in a test environment, I have no choice but to just leave debug logging turned on on a production server. Any suggestions / help from people more familiar with the Squid internals would certainly be helpful. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com

Re: [squid-users] Squid in a WiFi Captive portal scenario

2014-05-23 Thread Steve Hill
. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa

[squid-users] External ACL tags

2014-07-28 Thread Steve Hill
| Acl.cc(177) matches: checked: preauth_done = 0 2014/07/28 17:29:40.636 kid1| Acl.cc(177) matches: checked: !preauth_done = 1 It looks to me like its probably only looking at the first tag that the ACL returned - is this a known bug? I couldn't spot anything in Bugzilla. -- - Steve Hill

Re: [squid-users] External ACL tags

2014-07-29 Thread Steve Hill
On 29.07.14 06:37, Amos Jeffries wrote: The note ACL type should match against values in the tag key name same as any other annotation. If that does not work try a different key name than tag=. Perfect, thank you! -- - Steve Hill Technical Director Opendium Limited http

[squid-users] SSL Bump and certificate pinning

2014-09-01 Thread Steve Hill
that this is not an issue for devices that *always* go through an intercepting proxy, since presumably they would never get to see the real cert, so wouldn't pin it? So this is mainly an issue for devices that move between networks? -- - Steve Hill Technical Director Opendium Limited

Re: [squid-users] leaking memory in squid 3.4.8 and 3.4.7.

2014-09-30 Thread Steve Hill
. :) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa

Re: [squid-users] leaking memory In Squid 3.4.6

2014-10-09 Thread Steve Hill
allow all -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa

[squid-users] RFC2616 headers in bumped requests

2014-11-04 Thread Steve Hill
the client never gets the object it requested. For now I have worked around it with: request_header_access Via deny https request_header_access X-Forwarded-For deny https But it does make me wonder if inserting the headers into bumped traffic is a sensible thing to do. -- - Steve Hill

Re: [squid-users] SSL bump fails accessing .gov.uk servers

2014-11-04 Thread Steve Hill
:) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa

[squid-users] Assertion failure: DestinationIp.cc:60

2014-11-18 Thread Steve Hill
I'm seeing a lot of this in both 3.4.6 and 3.4.9: 2014/11/18 15:08:48 kid1| assertion failed: DestinationIp.cc:60: checklist-conn() checklist-conn()-clientConnection != NULL I've looked through Bugzilla and couldn't see anything regarding this - is this a known bug? -- - Steve Hill

Re: [squid-users] ssl-bump doesn't like valid web server

2015-02-02 Thread Steve Hill
missing something? -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa

Re: [squid-users] ssl-bump doesn't like valid web server

2015-02-04 Thread Steve Hill
existed). Although I've got to admit that I was a bit surprised to be told that the way I've been successfully using Squid is impossible. :) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email

Re: [squid-users] ssl-bump doesn't like valid web server

2015-01-21 Thread Steve Hill
!). -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa

Re: [squid-users] ssl-bump doesn't like valid web server

2015-01-21 Thread Steve Hill
ssl_crtd). I also can't see anything wrong with the certificate chain. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st

[squid-users] ssl_crtd

2015-01-20 Thread Steve Hill
of the internal cert generator? Thanks. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts

Re: [squid-users] Debugging slow access

2015-01-05 Thread Steve Hill
problems, there could be some race conditions lurking here? -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com

Re: [squid-users] Debugging slow access

2015-01-06 Thread Steve Hill
as B's notes, before using appendNewOnly() to merge them? -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales

Re: [squid-users] Debugging slow access

2015-01-06 Thread Steve Hill
the correct way is to fix it - we could specifically avoid appending token notes in the Negotiate/NTLM code, or we could do something more generic in the absorb() method. (My preference is the latter unless anyone can think why it would be a bad idea). -- - Steve Hill Technical Director

Re: [squid-users] Debugging slow access

2015-01-05 Thread Steve Hill
/pkgconfig' --enable-ltdl-convenience -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts

Re: [squid-users] Debugging slow access

2015-01-06 Thread Steve Hill
On 06.01.15 12:15, Steve Hill wrote: Alternatively, A-absorb(B) could be altered to remove any notes from A that have the same keys as B's notes, before using appendNewOnly() to merge them? I've implemented this for now in the attached patch and am currently testing it. Initial results

Re: [squid-users] i hope to build web Authentication portal at Tproxy environment recenty , can you give me some advisement .

2015-03-11 Thread Steve Hill
to some external servers to validate HTTPS certs before they have authenticated. 4. If you want to support WISPr then (2) and (3) are mandatory. 5. External ACL caching You might be able to do it with internal ACLs, but... pain :) -- - Steve Hill Technical Director Opendium Limited http

Re: [squid-users] Dual-stack IPv4/IPv6 captive portal

2015-02-27 Thread Steve Hill
log into a portal, sadly vanilla Android still doesn't include a WISPr client (I'd put money on this being down to patents!). -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email

[squid-users] Dual-stack IPv4/IPv6 captive portal

2015-02-27 Thread Steve Hill
not always have control of the DHCP/DHCPv6 servers. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries

Re: [squid-users] Dual-stack IPv4/IPv6 captive portal

2015-03-03 Thread Steve Hill
to a bug I've reported to Apple, despite supplying them with extensive debugging). /rant :) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone

[squid-users] Assert(call-dialer.handler == callback)

2015-04-30 Thread Steve Hill
opcode 0xf3 ) at main.cc:1236 (sorry about the DWARF errors - it looks like I've got a version mismatch between gcc and gdb) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st

[squid-users] Assert, followed by shm_open() fail.

2015-11-09 Thread Steve Hill
e seen this before? Cheers. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contac

Re: [squid-users] sslBump and intercept

2015-11-12 Thread Steve Hill
to confirm). In this case, Squid has no way to know what name to stick in the cert, so will just use the IP instead. 2. The bumping is happening in step 1 instead of step 2 for some reason. See: http://bugs.squid-cache.org/show_bug.cgi?id=4327 -- - Steve Hill Technical Director Opendium

Re: [squid-users] squid http & https intercept based on DNS server

2015-11-12 Thread Steve Hill
everything that isn't http/https since there will be nothing on the squid server to handle that traffic. It doesn't sound like a great idea to me - why not just redirect http/https traffic at the gateway (TPROXY) instead of mangling DNS? -- - Steve Hill Technical Director Opendium Limited

[squid-users] %un format code doesn't work for external ssl_bump ACLs

2015-08-28 Thread Steve Hill
' The user name given to the external ACL is - even though the request has been authenticated. Setting a-require_auth in parse_externalAclHelper() makes it work, but obviously just makes %un behave like %LOGIN, so isn't a solution. -- - Steve Hill Technical Director Opendium Limited

[squid-users] ICAP response header ACL

2015-10-01 Thread Steve Hill
the "note" directive to explicitly stuff the headers into the notes, but it looks like the note directive doesn't allow you to use format strings (i.e. "note icap_headers %adapt::note to "%adapt::<last_h" rather than substituting the headers.) -- - Steve Hill Te

[squid-users] kid registration timed out

2016-02-08 Thread Steve Hill
ns. Any help would be appreciated. Thanks. :) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquirie

Re: [squid-users] Youtube "challenges"

2016-02-25 Thread Steve Hill
a user visits your page, you're going to need to ssl bump the requests in order to have an ACL based on the referrer and path. And as you know, ssl bumping involves sticking a certificate on each device. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com

[squid-users] SSL bump memory leak

2016-02-23 Thread Steve Hill
A256" part would indicate that this is a Squid database key, which is very confusing since with the certificate cache disabled I wouldn't expect to see these at all. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xm

[squid-users] Large memory leak with ssl_peek (now partly understood)

2016-08-11 Thread Steve Hill
ClientRequestContext each time, and before long we've leaked several gigabytes of memory (on some networks I'm seeing 16GB or more of leaked RAM over 24 hours!). Unfortunately I'm a bit lost in the Squid code and can't quite figure out how to gracefully terminate the connection and destroy t

Re: [squid-users] Large memory leak with ssl_peek (now partly understood)

2016-08-12 Thread Steve Hill
this bug off and on for months - hadn't spotted that there was a bug report open for it :) -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Sales / enquiries: Email:sa...@opendium.com Phone:+44-1792-824568 / sip:sa

Re: [squid-users] Skype, SSL bump and go.trouter.io

2016-07-07 Thread Steve Hill
: Upgrade: websocket Connection: Upgrade Unfortunately, since Squid doesn't support websockets I think there's no way around this - by the time we see the request and can identify it as Skype we've already bumped it so we're committed to pass it through Squid's HTTP engine. :( -- - Steve

Re: [squid-users] host_verify_strict and wildcard SNI

2016-07-07 Thread Steve Hill
e to find the IP of the server you're connecting to? You would never make a DNS request for '*.example.com' so I don't see a reason why you would send an SNI that has a larger scope than the DNS request you made. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.

Re: [squid-users] host_verify_strict and wildcard SNI

2016-07-07 Thread Steve Hill
has stated that they have no intention of fixing it :( -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales

Re: [squid-users] Skype, SSL bump and go.trouter.io

2016-07-07 Thread Steve Hill
alled), so I wonder if this is something new from Microsoft. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.

[squid-users] host_verify_strict and wildcard SNI

2016-07-06 Thread Steve Hill
NNECT requests are always responded to with an HTTP 409 (Conflict) error page." As I understand it, turning host_verify_strict on causes problems with CDNs which use DNS tricks for load balancing, so I'm not sure I understand the rationale behind preventing it from being turned off for CONNECT r

[squid-users] Skype, SSL bump and go.trouter.io

2016-07-06 Thread Steve Hill
irst place. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@opendium.com Email:st...@opendium.com Phone:sip:st...@opendium.com Sales / enquiries contacts: Email:sa...@op

Re: [squid-users] host_verify_strict and wildcard SNI

2016-07-11 Thread Steve Hill
will never be fixed to work, or work around the broken apps within Squid and therefore get them working without the cooperation of the app developers. -- - Steve Hill Technical Director Opendium Limited http://www.opendium.com Direct contacts: Instant messager: xmpp:st...@o

[squid-users] Checking SSL bump status in http_access

2016-08-16 Thread Steve Hill
Is there a way of figuring out if the current request is a bumped request when the http_access ACL is being checked? i.e. can we tell the difference between a GET request that is inside a bumped tunnel, and an unencrypted GET request? -- - Steve Hill Technical Director Opendium

Re: [squid-users] Large memory leak with ssl_peek (now partly understood)

2016-08-17 Thread Steve Hill
sites too and are seeing good results so far. -- - Steve Hill Technical Director OpendiumOnline Safety / Web Filteringhttp://www.opendium.com Enquiries Support - --- sa...@opendium.comsupp...@opendium.com +44-1792

Re: [squid-users] Checking SSL bump status in http_access

2016-08-18 Thread Steve Hill
a combo of the myportname and proto ACLs should do that. I think when using a nontransparent proxy you can't tell the difference between: 1. HTTPS requests inside a bumped CONNECT tunnel, and 2. unencrypted "GET https://example.com/ HTTP/1.1" requests made directly to the proxy. -- -

Re: [squid-users] Rock store status

2016-08-18 Thread Steve Hill
series without problems. But I don't think any of our sites have as high req/sec load as you. -- - Steve Hill Technical Director OpendiumOnline Safety / Web Filteringhttp://www.opendium.com Enquiries Support - --- sa...@opendium.com

Re: [squid-users] Rock store status

2016-08-19 Thread Steve Hill
patches). That said, with the schools currently on holiday those fixes haven't yet been well tested on real-world servers - we'll find out if there are any issues with them when term starts again :) -- - Steve Hill Technical Director OpendiumOnline Safety / Web Filteringhttp

Re: [squid-users] Checking SSL bump status in http_access

2016-08-18 Thread Steve Hill
passed along with the request, but I think the bug mentioned above would cause those headers to be discarded mid-request in some cases) -- - Steve Hill Technical Director OpendiumOnline Safety / Web Filteringhttp://www.opendium.com Enquiries Support -

[squid-users] More host header forgery pain with peek/splice

2016-08-25 Thread Steve Hill
. The client and squid may expire the records up to 1 second apart. So what's the solution? (Notably the validation check can't be disabled without hacking the code). -- - Steve Hill Technical Director OpendiumOnline Safety / Web Filteringhttp://www.opendium.com Enquiries

[squid-users] High memory usage associated with ssl_bump and broken clients

2017-09-08 Thread Steve Hill
er go away. -- - Steve Hill Technical Director OpendiumOnline Safety / Web Filteringhttp://www.opendium.com Enquiries Support - --- sa...@opendium.comsupp...@opendium.com +44-1792-824568 +44-1

Re: [squid-users] [SPAM] [ext] Squid 5.1 memory usage

2021-10-15 Thread Steve Hill
/show_bug.cgi?id=4526 ...which I had thought to have gone away in Squid 5.1. I will apply the patch next week and see if the problem goes away again. -- - Steve Hill Technical Director | Cyfarwyddwr Technegol OpendiumOnline Safety & Web Filtering http://www.opendium

[squid-users] Squid 5.1 memory usage

2021-10-08 Thread Steve Hill
- the things which stand out are: - Long Strings: 220 MB - Short Strings: 2.1 GB - Comm::Connection: 217 MB - HttpHeaderEntry: 777 MB - MemBlob: 773 MB - Entry: 226 MB What's the best way of debugging this? It there a way to list all of the Comm::Connection objects? Thanks. -- - Steve Hill

Re: [squid-users] Squid 5.1 memory usage

2021-10-08 Thread Steve Hill
I did use netstat on it though, and the number of established TCP connections was 1090 - that is obviously made up of client->proxy, proxy->origin and proxy->icap connections - my gut feeling was that it wasn't enough connections to account for 200-odd MB of Comm::Connection objects.

Re: [squid-users] [SPAM] [ext] Squid 5.1 memory usage

2021-10-08 Thread Steve Hill
looks like it should be accounted for. There are similarities though - lots of memory going to HttpHeaderEntry and Short Strings in both cases. -- - Steve Hill Technical Director | Cyfarwyddwr Technegol OpendiumOnline Safety & Web Filtering http://www.opendium.com Dio