Re: [squid-users] About SSL peek-n-splice/bump configurations

2018-09-10 Thread Alex Rousskov
On 09/10/2018 12:35 PM, Julian Perconti wrote: > So, in a brief the confi is: > > ssl_bump peek step1 all > ssl_bump peek step2 noBumpSites > ssl_bump stare step2 all ... which should be equivalent to an even simpler config: ssl_bump peek step1 ssl_bump peek noBumpSites ssl_bump stare

Re: [squid-users] About SSL peek-n-splice/bump configurations

2018-09-10 Thread Julian Perconti
> -Mensaje original- > De: squid-users En nombre de > Amos Jeffries > Enviado el: lunes, 10 de septiembre de 2018 01:13 > Para: squid-users@lists.squid-cache.org > Asunto: Re: [squid-users] About SSL peek-n-splice/bump configurations > > > > > ...So that means that squid processes the

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Hariharan Sethuraman
Many thanks Alex, option 2 could work. Will check on security aspects. Thanks again to everyone. On Mon, 10 Sep 2018, 21:11 Alex Rousskov, wrote: > On 09/10/2018 09:03 AM, Hariharan Sethuraman wrote: > > > 1) ok, the client does a GET / with authorization header. So I > > cant cache unless I

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Alex Rousskov
On 09/10/2018 09:03 AM, Hariharan Sethuraman wrote: > 1) ok, the client does a GET / with authorization header. So I > cant cache unless I ask the site-owner to send the cache-control to > whatever it can enable the intermediate cache-server to persist it. > 2) Does squid-cache allow a way where

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Hariharan Sethuraman
It requires Auth for download. Thanks, I will find out a way. On Mon, 10 Sep 2018, 20:56 Amos Jeffries, wrote: > On 11/09/18 3:03 AM, Hariharan Sethuraman wrote: > > Thanks a lot Amos. > > > > 1) ok, the client does a GET / with authorization header. So I > > cant cache unless I ask the

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Amos Jeffries
On 11/09/18 3:03 AM, Hariharan Sethuraman wrote: > Thanks a lot Amos. > > 1) ok, the client does a GET / with authorization header. So I > cant cache unless I ask the site-owner to send the cache-control to > whatever it can enable the intermediate cache-server to persist it. > 2) Does

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Hariharan Sethuraman
Thanks a lot Amos. 1) ok, the client does a GET / with authorization header. So I cant cache unless I ask the site-owner to send the cache-control to whatever it can enable the intermediate cache-server to persist it. 2) Does squid-cache allow a way where I can upload the file into cache? On

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Amos Jeffries
On 11/09/18 2:27 AM, Hariharan Sethuraman wrote: > > On Mon, 10 Sep 2018, 19:46 Amos Jeffries wrote: > > On 11/09/18 12:18 AM, Hariharan Sethuraman wrote: > >   > > 2) With more debug_options enabled, I see that it is not caching > because > > the response is part of

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Amos Jeffries
On 11/09/18 2:37 AM, Hariharan Sethuraman wrote: > Also can I achieve using reply_header_replace directive? I know it is > violation, just to understand the available options. > No, the header replacement only alters the messages leaving Squid. Amos

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Hariharan Sethuraman
Also can I achieve using reply_header_replace directive? I know it is violation, just to understand the available options. On Mon, 10 Sep 2018, 19:57 Hariharan Sethuraman, wrote: > > > On Mon, 10 Sep 2018, 19:46 Amos Jeffries, wrote: > >> On 11/09/18 12:18 AM, Hariharan Sethuraman wrote: >> >

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Hariharan Sethuraman
On Mon, 10 Sep 2018, 19:46 Amos Jeffries, wrote: > On 11/09/18 12:18 AM, Hariharan Sethuraman wrote: > > Hi All, > > > > I have two things to clarify: > > 1) In earlier email (snipped below), Amos told that is caching and > > scheduled to download > > Thats not what I wrote. There is data and it

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Amos Jeffries
On 11/09/18 12:18 AM, Hariharan Sethuraman wrote: > Hi All, > > I have two things to clarify: > 1) In earlier email (snipped below), Amos told that is caching and > scheduled to download Thats not what I wrote. There is data and it is scheduled for removal (erase) as soon as the current client

Re: [squid-users] Squid 4.2 : caching is not working

2018-09-10 Thread Hariharan Sethuraman
Hi All, I have two things to clarify: 1) In earlier email (snipped below), Amos told that is caching and scheduled to download - does it mean that we got the answer and do some override?