[squid-users] Problem with upload size limit in squid

2021-02-24 Thread Raj Nagar
Hi, I am using squid as forward proxy and want to restrict upload of files larger than 1 MB. I have used following configuration for same: *request_body_max_size 1 MB*. But this is not working for me and I am able to upload larger files. Can someone please help for same. Thanks in advance -- Reg

Re: [squid-users] My cache gived me a content-length of 0, and a 200 TCP_REFRESH_UNMODIFIED_ABORTED

2021-02-24 Thread Señor J Onion
t;host:storage.googleapis.com" -H > "x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" > -H "x-amz-date:20210224T111631Z" -H "authorization:AWS4-HMAC-SHA256 > Credential=GOOG1EGG4VCQ2EVRCJ2JCIO7ZDSZ3CY45Q72ATYZU2P32HITBFUOVQ6TEBWXI/2

Re: [squid-users] My cache gived me a content-length of 0, and a 200 TCP_REFRESH_UNMODIFIED_ABORTED

2021-02-24 Thread Amos Jeffries
4T111631Z" -H "authorization:AWS4-HMAC-SHA256 Credential=GOOG1EGG4VCQ2EVRCJ2JCIO7ZDSZ3CY45Q72ATYZU2P32HITBFUOVQ6TEBWXI/20210224/auto/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77a60480e47dda2b65ef3ebcd72a032458685e74e2560bb9083dbb03c3f6c13d” These are the

Re: [squid-users] transparently proxy squid in a docker container

2021-02-24 Thread Justin Schwartzbeck
I believe I have solved the forwarding loop issue by adding a preceding rule to -j ACCEPT all traffic originating from the docker network. Now I still have the SSL_ERROR_RX_RECORD_TOO_LONG issue, which seems to be unrelated. I will set logging to debug and do a wireshark session to see what migh

[squid-users] My cache gived me a content-length of 0, and a 200 TCP_REFRESH_UNMODIFIED_ABORTED

2021-02-24 Thread Señor J Onion
ot; -H "authorization:AWS4-HMAC-SHA256 Credential=GOOG1EGG4VCQ2EVRCJ2JCIO7ZDSZ3CY45Q72ATYZU2P32HITBFUOVQ6TEBWXI/20210224/auto/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77a60480e47dda2b65ef3ebcd72a032458685e74e2560bb9083dbb03c3f6c13d” These are the HTTP response headers:

Re: [squid-users] Allow specific set of IP to access a specific set of URL

2021-02-24 Thread Amos Jeffries
On 24/02/21 10:14 pm, Klaus Brandl wrote: The acl for the url must be of type url_regex, or something else: acl allowedurl url_regex "url.txt" This line tells Squid to load a file full of regex patterns. Nothing more. The http_access line is the list of rules that determines when those loa

Re: [squid-users] transparently proxy squid in a docker container

2021-02-24 Thread Amos Jeffries
On 24/02/21 3:14 pm, Justin Michael Schwartzbeck wrote: Hi all, For some years I have used squid 3.5 with SSL bump and transparent proxy locally on my laptop. I have been using the following in my squid.conf: ssl_bump server-first all http_port 3128 http_port 3129 intercept http_port 3130 ss

Re: [squid-users] Allow specific set of IP to access a specific set of URL

2021-02-24 Thread Klaus Brandl
The acl for the url must be of type url_regex, or something else: acl allowedurl url_regex "url.txt" Regards Klaus Am Dienstag, den 23.02.2021, 18:09 + schrieb Arjun K: > Hi Team > > Could you please let me know how to define an acl so that a specific > set of IPs can access alone a specif