Re: [squid-users] Accelerator http to https

2016-11-23 Thread Amos Jeffries
On 24/11/2016 2:19 p.m., creditu wrote: > I'm in the process of converting all our sites from purely http to https > using squid accelerators . During the initial roll out both http and > https will be accepted. After that we want to only accept https, so a > redirect from http to https will be n

[squid-users] Accelerator http to https

2016-11-23 Thread creditu
I'm in the process of converting all our sites from purely http to https using squid accelerators . During the initial roll out both http and https will be accepted. After that we want to only accept https, so a redirect from http to https will be needed. What I have below seems to work, but I w

Re: [squid-users] compression in Squid

2016-11-23 Thread Amos Jeffries
On 24/11/2016 11:06 a.m., reinerotto wrote: > In the past, I used ziproxy together with squid for slow or expensive > (mobile) point-to-point links. > ziproxy compresses (gzip) data from the web, and sends it via squid over the > slow/expensive link, usually also having a squid at the other end, se

Re: [squid-users] compression in Squid

2016-11-23 Thread reinerotto
In the past, I used ziproxy together with squid for slow or expensive (mobile) point-to-point links. ziproxy compresses (gzip) data from the web, and sends it via squid over the slow/expensive link, usually also having a squid at the other end, serving the clients. Very convenient, as practically

Re: [squid-users] Just one error page.

2016-11-23 Thread Eliezer Croitoru
You can list the full list of error pages files and create a symbolic link from the single one to all the other named that are installed. However it might not be recommended since troubleshooting might not be that easy for you after that. Eliezer Eliezer Croitoru Linux System Administrator

Re: [squid-users] CentOS 6, Squid 3.5.20, Error message in /var/log/squid/cache.log

2016-11-23 Thread Garri Djavadyan
On 2016-11-23 23:20, Walter H. wrote: Hello, can someone tell me, especially the maintainer of the binary packages for CentOS what this message 2016/11/23 19:08:58 kid1| Error negotiating SSL on FD 39: error::lib(0):func(0):reason(0) (5/0/0) should say to me ... Hi, It was alread

Re: [squid-users] Just one error page.

2016-11-23 Thread erdosain9
ok, i have my error page... (just one, like i want). How i tell squid to uses just that for all errors?? and I can use that page for all errors of just one ACL?? thanks -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Just-one-error-page-tp4680631p4680639.h

[squid-users] CentOS 6, Squid 3.5.20, Error message in /var/log/squid/cache.log

2016-11-23 Thread Walter H.
Hello, can someone tell me, especially the maintainer of the binary packages for CentOS what this message 2016/11/23 19:08:58 kid1| Error negotiating SSL on FD 39: error::lib(0):func(0):reason(0) (5/0/0) should say to me ... Thanks, Walter smime.p7s Description: S/MIME Cryptog

Re: [squid-users] Just one error page.

2016-11-23 Thread Matus UHLAR - fantomas
On 23.11.16 08:27, erdosain9 wrote: Hi, yes i want do this "just want to provide the same error for different codes " and the web page could be the "error pages" from Chrome. you can't provide the error page from chrome - chrome has to provide that one. You can install your own error pages i

Re: [squid-users] Just one error page.

2016-11-23 Thread erdosain9
Hi, yes i want do this "just want to provide the same error for different codes " and the web page could be the "error pages" from Chrome. Thanks -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Just-one-error-page-tp4680631p4680636.html Sent from the Squid

Re: [squid-users] Just one error page.

2016-11-23 Thread Matus UHLAR - fantomas
On 23.11.16 06:10, erdosain9 wrote: I want have just a "error 404" for all "errors" Like this http://www.posicionamientowebysem.com/wp-content/uploads/2013/09/error-404.png or this https://www.techtricksworld.com/wp-content/uploads/2015/12/Error-404.png and no text... they are servers' erro

Re: [squid-users] compression in Squid

2016-11-23 Thread Amos Jeffries
On 24/11/2016 2:50 a.m., Ralf Hildebrandt wrote: > * Amos Jeffries wrote: >> So I have finally got around to implementing the proxy compression >> feature in HTTP. >> >> The code and more info is available at: >> >> >> This Squid built with zlib can

Re: [squid-users] Squid3.4 on Debian Jessie x64 - config problem

2016-11-23 Thread Eliezer Croitoru
Sorry for jumping in but system can know if squid is running or not. Maybe when rc init script is running it will not but system definitely known if the software runs. This is since it was designed to follow the software when it runs. I can suggest an alternative squid.service for systemd that wi

Re: [squid-users] FTP interrupted

2016-11-23 Thread Eliezer Croitoru
What OS are you using? Maybe I have a ready to go binary for the one you are using. Eliezer Eliezer Croitoru Linux System Administrator Mobile: +972-5-28704261 Email: elie...@ngtech.co.il From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] O

[squid-users] Just one error page.

2016-11-23 Thread erdosain9
HI. I want have just a "error 404" for all "errors" Like this http://www.posicionamientowebysem.com/wp-content/uploads/2013/09/error-404.png or this https://www.techtricksworld.com/wp-content/uploads/2015/12/Error-404.png and no text... how i can do this?? -- View this message in context:

Re: [squid-users] compression in Squid

2016-11-23 Thread Ralf Hildebrandt
* Ralf Hildebrandt : > I don't understand this feature. Why is the compressed data not simply > passed on to the client? > > > The primary use-case is for Squid installations where two proxies are > > used to reduce bandwidth over a slow or expensive link (ie satellite). > > So the proxies are c

Re: [squid-users] compression in Squid

2016-11-23 Thread Ralf Hildebrandt
* Amos Jeffries : > So I have finally got around to implementing the proxy compression > feature in HTTP. > > The code and more info is available at: > > > This Squid built with zlib can right now receive and decompress on the > fly traffic from a

[squid-users] compression in Squid

2016-11-23 Thread Amos Jeffries
So I have finally got around to implementing the proxy compression feature in HTTP. The code and more info is available at: This Squid built with zlib can right now receive and decompress on the fly traffic from a server which uses Transfer-Encodin

Re: [squid-users] Inquiry

2016-11-23 Thread Amos Jeffries
On 24/11/2016 2:16 a.m., Matheus Kazinda wrote: > Greetings my gurus, am a learner here, please bare with me, I am > inquiring, is it possible to use squid as a proxy in this setting below, I > have an opensuse box running opensuse 42.1 and it connects to Internet > through a USB modem via teleph

[squid-users] Inquiry

2016-11-23 Thread Matheus Kazinda
Greetings my gurus, am a learner here, please bare with me, I am inquiring, is it possible to use squid as a proxy in this setting below, I have an opensuse box running opensuse 42.1 and it connects to Internet through a USB modem via telephone networks on 3G, this is done using network manager

Re: [squid-users] Squid3.4 on Debian Jessie x64 - config problem

2016-11-23 Thread Amos Jeffries
On 23/11/2016 2:06 a.m., Marcin Jakóbik wrote: > Hello, > > I have a testing lab ( VBox ) with 2 VMs : 1st one with NICs in bridged > mode, and in host-only mode, 2nd VM is also in bridged mode. > > On 1st machine i have successfully set up Squid, but my config file > sometimes works, sometimes n

Re: [squid-users] FTP interrupted

2016-11-23 Thread ludek_coufal
Hello Garri, Thank You for explain Squid and FTP. 1. Directive read_timeout work OK 2. I will sometime upgrade Squid to ver. 3.5 Thank You Ludek -- Původní zpráva -- Od: Garri Djavadyan Komu: squid-users@lists.squid-cache.org Datum: 23. 11. 2016 7:58:09 Předmět: Re: