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

2021-02-26 Thread Alex Rousskov
On 2/25/21 8:44 PM, Raj Nagar wrote: > Is there any way by which I can enforce these > limits on other protocols as https? If you want to enforce HTTP request size limits for HTTPS transactions, then you have to bump TLS connections (to see HTTP inside TLS). If you want to enforce connection

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

2021-02-25 Thread Raj Nagar
Hi Alex, Thanks for your response. Is there any way by which I can enforce these limits on other protocols as https ? On Thu, Feb 25, 2021, 23:33 Alex Rousskov wrote: > On 2/24/21 11:51 PM, Raj Nagar wrote: > > > I am using squid as forward proxy and want to restrict upload of files > > larger

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

2021-02-25 Thread Alex Rousskov
On 2/24/21 11:51 PM, Raj Nagar wrote: > 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

[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 --