[squid-users] How do I permanently save cache files?

2016-02-03 Thread ql li
Save the new file overwrites the file cache after some time. My configuration: cache_mem 3 MB http_access allow all acl PKG urlpath_regex \.pkg cache deny !PKG refresh_pattern -i \.pkg$ 52560 100% 525600 ignore-reload #refresh_pattern . 525600 0% 525600 ignore-reload cache_effective_user squid

Re: [squid-users] Debugging http_access and http_reply_access

2016-02-03 Thread Amos Jeffries
On 3/02/2016 7:19 p.m., squid-us...@filter.luko.org wrote: > Hi Squid users, > > I'm seeking some guidance regarding the best way to debug the http_access > and http_reply_access configuration statements on a moderately busy Squid > 3.5 cache. In cases where a number (say, 5 or more) of

Re: [squid-users] Encrypt/Obfuscate squid.conf file

2016-02-03 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eh What the bad idea to keep credentials in config files. Obvious mistake. 03.02.16 22:29, Amos Jeffries пишет: > On 4/02/2016 5:07 a.m., Alleshouse, Dale (NonEmp) wrote: >> Yes, every developer is equally trusted with all the data. >>

Re: [squid-users] Encrypt/Obfuscate squid.conf file

2016-02-03 Thread Antony Stone
On Wednesday 03 February 2016 at 14:54:42, Alleshouse, Dale (NonEmp) wrote: > Developers share a root login on these machines. So, they're all equally trusted with all your data, then. > We need to authenticate through the corporate proxy to hit the internet. > We are using squid to do this

[squid-users] Error Negotiating SSL on FD 22 with chrome

2016-02-03 Thread xxiao8
I'm running squid/3.5.13/sslbump/intercept and saw the below when visiting gmail.com from Chrome 48, gmail.com can not be opened. However Firefox works fine, no errors in the log, gmail.com opens as expected. Error in the log: == Error negotiating SSL on FD 22:

Re: [squid-users] How do I permanently save cache files?

2016-02-03 Thread Amos Jeffries
On 4/02/2016 2:48 a.m., ql li wrote: > Save the new file overwrites the file cache after some time. That behaviour is what makes it a cache. "Web cache - a mechanism for the temporary storage of web documents to increase performance" Emphasis on

Re: [squid-users] Debugging http_access and http_reply_access

2016-02-03 Thread Amos Jeffries
On 4/02/2016 1:21 p.m., squid-users wrote: >> debug_options 11,2 28,3 >> >> 11,2 gives you the HTTP messages. >> 28,3 gives you the ACL processing action and results. >> >> Its a bit like quantum mechanics at the moment though. You can know >> the request mesage details. OR you can know the ACL

Re: [squid-users] Error Negotiating SSL on FD 22 with chrome

2016-02-03 Thread Amos Jeffries
On 4/02/2016 4:11 p.m., xxiao8 wrote: > I'm running squid/3.5.13/sslbump/intercept and saw the below when > visiting gmail.com from Chrome 48, gmail.com can not be opened. > > However Firefox works fine, no errors in the log, gmail.com opens as > expected. > > Error in the log: > ==

[squid-users] Encrypt/Obfuscate squid.conf file

2016-02-03 Thread Alleshouse, Dale (NonEmp)
Is it possible to encrypt or otherwise obfuscate the squid.conf file? Thanks in advance. This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from

Re: [squid-users] Encrypt/Obfuscate squid.conf file

2016-02-03 Thread Alleshouse, Dale (NonEmp)
Yes, every developer is equally trusted with all the data. "Encryption" was a clerical error on my part, I meant to say authentication... As far as I can tell, we are going to have to do something besides basic authentication on our proxy server in order to make this work. Thanks to everyone

Re: [squid-users] Encrypt/Obfuscate squid.conf file

2016-02-03 Thread Amos Jeffries
On 4/02/2016 5:07 a.m., Alleshouse, Dale (NonEmp) wrote: > Yes, every developer is equally trusted with all the data. > > "Encryption" was a clerical error on my part, I meant to say authentication... > > As far as I can tell, we are going to have to do something besides basic > authentication