Re: [squid-users] Add header to HTTPS requests

2021-05-19 Thread Aniruddha Gore
Thanks Franchesco. If there are any samples that you know of I would sincerely appreciate.  Get Outlook for iOS From: Francesco Chemolli Sent: Wednesday, May 19, 2021 10:46 PM To: Aniruddha Gore Cc: squid-users@lists.squid-cache.org

Re: [squid-users] Add header to HTTPS requests

2021-05-19 Thread Francesco Chemolli
On Thu, May 20, 2021 at 2:05 AM Aniruddha Gore wrote: > Hello folks, I am using Squid as a simple [forward] proxy and was > wondering if it is feasible and advised to add custom headers to HTTPS > requests? > Hi Ainiruddha, feasible, yes. Advised, maybe. > I think I can achieve it using

[squid-users] Add header to HTTPS requests

2021-05-19 Thread Aniruddha Gore
Hello folks, I am using Squid as a simple [forward] proxy and was wondering if it is feasible and advised to add custom headers to HTTPS requests? I think I can achieve it using ssl_bump but I am still teaching myself about it. However, it seems to help more with examining HTTPS requests than

Re: [squid-users] Squid for Windows 4.14 is available

2021-05-19 Thread Odhiambo Washington
On Mon, May 17, 2021 at 12:23 PM Rafael Akchurin < rafael.akchu...@diladele.com> wrote: > Hello everyone, > > > > After years of postponing we were finally able to build and pack the Squid > 4 for Microsoft Windows. > > Sorry it took a lot more time and efforts than anticipated. The already >

Re: [squid-users] All Adaptation ICAPs go down at the same time

2021-05-19 Thread Alex Rousskov
On 5/19/21 5:31 PM, roie rachamim wrote: > 2021/05/12 12:27:24.209| 93,5| AsyncJob.cc(139) callEnd: > AsyncJob::start() ends job [/ job31640] To me, this looks like bug 4528: https://bugs.squid-cache.org/show_bug.cgi?id=4528 That bug is being fixed in PR 795:

Re: [squid-users] All Adaptation ICAPs go down at the same time

2021-05-19 Thread roie rachamim
Hi, This are the logs i manage to capture during disconnection (I enabled 93 in debug_options) 2021/05/12 12:27:24.209| 93,5| ServiceRep.cc(378) noteTimeToUpdate: performs a regular options update [up] 2021/05/12 12:27:24.209| 93,6| ServiceRep.cc(611) startGettingOptions: will get new options

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread robert k Wild
I'm following this guide https://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit The section Alternative trust roots I don't have a dir called Usr local openssl Do I have to download the the ca bundle file somewhere? On Wed, 19 May 2021, 21:34 robert k Wild, wrote: >

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread robert k Wild
Thanks Alex, I will do this tomorrow and let you know Thank you, have a great day On Wed, 19 May 2021, 21:25 Alex Rousskov, wrote: > On 5/19/21 4:20 PM, robert k Wild wrote: > > > When I don't add the website to the white list I can't view the cert > > What prevents you from viewing the

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread Alex Rousskov
On 5/19/21 4:20 PM, robert k Wild wrote: > When I don't add the website to the white list I can't view the cert What prevents you from viewing the certificate? Can you click on the site information icon to the left of the browser Location(?) bar when the error is displayed? If not, perhaps you

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread robert k Wild
Thanks Alex, When I don't add the website to the white list I can't view the cert, so I cant download it and compare it with the one I can view/download when I do add it to the white list Or are you talking about turn the proxy off on Firefox and access the website normally? Thanks, Rob On

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread Alex Rousskov
On 5/19/21 3:44 PM, robert k Wild wrote: > when i dont add it to the white list i cant view the website (obviously) > but can see the cert is provided by my squid (default company ltd)...i > was lazy creating it but cant view the cert > > when i add it to the white list, i can view the website

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread robert k Wild
Thanks Alex, i think i know why now after further digging when i dont add it to the white list i cant view the website (obviously) but can see the cert is provided by my squid (default company ltd)...i was lazy creating it but cant view the cert when i add it to the white list, i can view the

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread Alex Rousskov
On 5/19/21 10:41 AM, robert k Wild wrote: > ok i found out what the error is > > its because in my squid.conf, i have a whitelist file > > #HTTP_HTTPS whitelist websites > acl whitelist ssl::server_name "/usr/local/squid/etc/urlwhite.txt" > http_access allow activation whitelist > http_access

Re: [squid-users] squid self signed cert error on some websites

2021-05-19 Thread robert k Wild
ok i found out what the error is its because in my squid.conf, i have a whitelist file #HTTP_HTTPS whitelist websites acl whitelist ssl::server_name "/usr/local/squid/etc/urlwhite.txt" http_access allow activation whitelist http_access deny all once i added the url to that file, it worked but

[squid-users] squid self signed cert error on some websites

2021-05-19 Thread robert k Wild
hi all, i have squid 4.15 i have imported my self signed cert on firefox and now i can access https website (where as before i got a software is preventing this website from opening) but on some websites i get an error saying secure connection failed Error code: SEC_ERROR_BAD_SIGNATURE i

Re: [squid-users] squid clamav configure options

2021-05-19 Thread robert k Wild
Thank you Amos On Tue, 18 May 2021, 23:36 ‪Amos Jeffries‬, wrote: > Squid-4 is a stable release series. That means we go out of our way to > ensure UI (eg build and squid.conf) does not change behaviour. > > So yes all *squid* settings should work the same between those versions. > > c-icap and