Re: [squid-users] Squid and url modifying

2019-03-04 Thread Egoitz Aurrekoetxea
Good morning Alex, Thank you so much for your time. Your interpretations I would say are almost exact. I say almost, because I wanted to be a reverse proxy of multiple sites. Not just for the sites you host or similar... And yes I wanted, let's say if all is OK "block" the request by giving a 301

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Alex Rousskov
On 3/4/19 11:20 AM, Egoitz Aurrekoetxea wrote: > Clients, will ask : > > https://ooo..ttt.thesquidserver.org/ > So the answer [to the second question] I assume should be yes. If I am interpreting your answers correctly, then your setup looks like a reverse proxy to me. In that case, you

Re: [squid-users] icap not answering

2019-03-04 Thread Amos Jeffries
On 5/03/19 12:10 pm, steven wrote: > Ah thank you for that clarification, the python icap servers i tested so > far are not very promissing but at least theres a connection now. > > sadly squid does not allow http access at all, only https access. > Er, that would be because the only http_port y

Re: [squid-users] squid in container aborted on low memory server

2019-03-04 Thread George Xie
> To correct that default > behavior, add this: > cache_mem 0 thanks for your advice, but actually, I have tried this option before, found no difference. besides, and I have tried `memory_pools off`. > Furthermore, older Squids, possibly including your no-longer-supported > version, may allocat

Re: [squid-users] SSL Accel Connection Reset

2019-03-04 Thread chia123
Hi Robert, How did you resolve this issue? From what I read curl doesn't support https proxy till version 7.52.0 I'm running into similar problem where my machine is sending plaintext CONNECT to the https proxy instead of starting a TLS handshake. I'm using python urlib2 but I also used curl pre 7.

Re: [squid-users] Need help blocking an specific HTTPS website

2019-03-04 Thread Leonardo Rodrigues
Em 04/03/2019 19:27, Felipe Arturo Polanco escreveu: Hi, I have been trying to block https://web.whatsapp.com/ from squid and I have been unable to. So far I have this: I can block other HTTPS websites fine I can block www.whatsapp.com fine I cannot block web.whatsa

Re: [squid-users] icap not answering

2019-03-04 Thread steven
Ah thank you for that clarification, the python icap servers i tested so far are not very promissing but at least theres a connection now. sadly squid does not allow http access at all, only https access. access.log 1551740163.106  0 192.168.10.116 TCP_MISS/500 4776 GET http://squid-we

[squid-users] Need help blocking an specific HTTPS website

2019-03-04 Thread Felipe Arturo Polanco
Hi, I have been trying to block https://web.whatsapp.com/ from squid and I have been unable to. So far I have this: I can block other HTTPS websites fine I can block www.whatsapp.com fine I cannot block web.whatsapp.com I have HTTPS transparent interception enabled and I am bumping all TCP conn

Re: [squid-users] squid in container aborted on low memory server

2019-03-04 Thread Matus UHLAR - fantomas
On 3/3/19 9:39 PM, George Xie wrote: Squid version: 3.5.23-5+deb9u1 debian 9, currently stable, soon to be replaced by debian 10, containing squid-4.4 http_port 127.0.0.1:3128 cache deny all access_log none On 04.03.19 09:34, Alex Rousskov wrote: Unfortunately, this configurati

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Egoitz Aurrekoetxea
Hi Alex, I'm so sorry... have tried explaining the best I could... sorry Clients, will ask : https://ooo..ttt.thesquidserver.org/ but redirector if site is virus free (checked with an icap daemon) should return a 302 to https://ooo..ttt/ [2] For the second question, I

[squid-users] Squid fallback

2019-03-04 Thread ronin1907
Hello, I m installating squid its working fine and when I want to check from http://ipv6-test.com/ fallback is running fine. My question is this; How can I close this option ? -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___

[squid-users] Issues setting up a proxy for malware scanning

2019-03-04 Thread Egoitz Aurrekoetxea
Hi mates! I was trying to setup a Squid server for the following matter. I wanted to have some modified url pointing to my Squid proxy, so that Squid to be able to connect to destination, scan the content and if all is ok, return a 3xx to the real URL. For that purpose I use the following configu

Re: [squid-users] squid in container aborted on low memory server

2019-03-04 Thread Alex Rousskov
On 3/3/19 9:39 PM, George Xie wrote: > Squid version: 3.5.23-5+deb9u1 > http_port 127.0.0.1:3128 > cache deny all > access_log none Unfortunately, this configuration wastes RAM: Squid is not yet smart enough to understand that you do not want any caching and may allocate 256+ MB of m

Re: [squid-users] Squid and url modifying

2019-03-04 Thread Alex Rousskov
On 3/4/19 12:53 AM, Egoitz Aurrekoetxea wrote: > My idea is simple. I wanted specific url, to be filtered through the > proxy. How can I manage this URL to be checked by the proxy?. To answer your questions correctly, we need to translate the vague description above into one of the many Squid con

Re: [squid-users] Squid-3.5.28 slowdown

2019-03-04 Thread Enrico Heine
Hm, I do at least "believe" that it is very likely to be the same with ecap, but I don't know this protocol in anyway, so I can't give a qualified answer on that. Anyway, if it is your issue then you can use the test command provided anytime and see the issue slowly emerging until it reaches a

Re: [squid-users] squid in container aborted on low memory server

2019-03-04 Thread George Xie
> > > On 4/03/19 5:39 pm, George Xie wrote: > > > hi all: > > > > > > Squid version: 3.5.23-5+deb9u1 > > > Docker version 18.09.3, build 774a1f4 > > > Linux instance-4 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) > > > x86_64 GNU/Linux > > > > > > I have the following squid config: > > > > >