Re: [squid-users] helperHandleRead: unexpected read

2019-11-01 Thread Amos Jeffries
On 2/11/19 11:58 am, 499258179 wrote: > I just use php function call my pho script, such as php /etc/test.php. > When I type test1, stdout only have OK > No empty lines? Is your squid.conf set to use concurrency for this helper? (this script cannot handle that). Amos

Re: [squid-users] optional verification of clients?

2019-11-01 Thread Amos Jeffries
On 2/11/19 1:17 am, Antonio SJ Musumeci wrote: > On 11/1/2019 2:32 AM, Amos Jeffries wrote: >> On 1/11/19 9:19 am, Antonio SJ Musumeci wrote: >>> Is there a way to do something similar to NGINX's "ssl_verify_client >>> optional;"? >> >> >> Set sslflags=DELAYED_AUTH on the http(s)_port line. >> >>

Re: [squid-users] helperHandleRead: unexpected read

2019-11-01 Thread 499258179
I just use php function call my pho script, such as php /etc/test.php. When I type test1, stdout only have OK -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list

Re: [squid-users] reply_body_max_size not always enforced

2019-11-01 Thread Eduard Weissmann
Oh.. of course! That was so silly of me. Thank you. On Fri, Nov 1, 2019 at 12:22 PM Matus UHLAR - fantomas wrote: > On 01.11.19 09:22, Eduard Weissmann wrote: > >I've configured Squid to block large resources: > > > >reply_body_max_size 50 MB all > > > >Blocking works for some urls, (HTTP/1.1):

Re: [squid-users] optional verification of clients?

2019-11-01 Thread Antonio SJ Musumeci
On 11/1/2019 2:32 AM, Amos Jeffries wrote: On 1/11/19 9:19 am, Antonio SJ Musumeci wrote: Is there a way to do something similar to NGINX's "ssl_verify_client optional;"? Set sslflags=DELAYED_AUTH on the http(s)_port line. Though why you would want to slow every TLS connection setup with

Re: [squid-users] reply_body_max_size not always enforced

2019-11-01 Thread Matus UHLAR - fantomas
On 01.11.19 09:22, Eduard Weissmann wrote: I've configured Squid to block large resources: reply_body_max_size 50 MB all Blocking works for some urls, (HTTP/1.1): http://download.thinkbroadband.com/1GB.zip But it does not work for others (HTTP/2):

[squid-users] reply_body_max_size not always enforced

2019-11-01 Thread Eduard Weissmann
Hi, I've configured Squid to block large resources: reply_body_max_size 50 MB all Blocking works for some urls, (HTTP/1.1): http://download.thinkbroadband.com/1GB.zip But it does not work for others (HTTP/2):

Re: [squid-users] helperHandleRead: unexpected read

2019-11-01 Thread Amos Jeffries
On 1/11/19 7:15 pm, 499258179 wrote: > Following is my php script, can u check for me, it is looks like only one > line stdout How have you tested it? Your explicit fwrite calls look okay for the expected outputs. But are they actually the only things producing output? With PHP any of the

Re: [squid-users] Unsuccessful at using Squid v4 with intercept

2019-11-01 Thread Rafael Akchurin
Hello Sebastian, If you decide to go policy routing way as Amos suggested - please see the tutorial at https://docs.diladele.com/tutorials/policy_based_routing_squid/index.html Or https://docs.diladele.com/tutorials/web_filter_https_squid_cisco_wccp/index.html for WCCP. Best regards, Rafael

Re: [squid-users] optional verification of clients?

2019-11-01 Thread Amos Jeffries
On 1/11/19 9:19 am, Antonio SJ Musumeci wrote: > Is there a way to do something similar to NGINX's "ssl_verify_client > optional;"? Set sslflags=DELAYED_AUTH on the http(s)_port line. Though why you would want to slow every TLS connection setup with KBs of certificates pushed in both directions

Re: [squid-users] helperHandleRead: unexpected read

2019-11-01 Thread 499258179
Following is my php script, can u check for me, it is looks like only one line stdout -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] helperHandleRead: unexpected read

2019-11-01 Thread Amos Jeffries
On 1/11/19 6:23 pm, 499258179 wrote: > I just start learn squid, and i find a > 2019/11/01 00:06:14 kid1| helperHandleRead: unexpected read from timecheck > #Hlpr8, 3 bytes 'OK > ' > 2019/11/01 00:06:20 kid1| helperHandleRead: unexpected read from timecheck > #Hlpr6, 3 bytes 'OK > in my cache

Re: [squid-users] Unsuccessful at using Squid v4 with intercept

2019-11-01 Thread Amos Jeffries
On 1/11/19 5:53 am, FOUTREL Sébastien wrote: > > *De :* Antony Stone > *Envoyé :* mercredi 30 octobre 2019 17:39 >   > On Wednesday 30 October 2019 at 17:11:29, FOUTREL Sébastien wrote: > >> Hello, I would like to use squid