Re: [squid-users] Squid 4.x: cache_peer PROXY_PROTOCOL support with squid parents

2019-02-22 Thread Amos Jeffries
On 23/02/19 2:45 am, David Touzeau wrote: > Hi, > >   > > We would like to use this infrastructure: > >   > > Squid-cache client authentication 1  > >    >    | > Squid Parent with ACLs per user/LDAP groups

Re: [squid-users] squid-5.0.0-20190221-re008097c6

2019-02-22 Thread Alex Rousskov
On 2/22/19 3:10 AM, joseph wrote: > aded missing #include to proxyp/Header.h Probably fixed at https://github.com/squid-cache/squid/pull/376 > another issue > pconn.cc: In member function ‘void PconnPool::push(const > ConnectionPointer&, const char*)’: > pconn.cc:435:32: error: ‘%s’ di

Re: [squid-users] squid-5.0.0-20190221-re008097c6

2019-02-22 Thread Alex Rousskov
On 2/22/19 2:31 AM, joseph wrote: > alex its essay i do download patch by patch and do my Owen test > wen i have problem to make sure i download Latest 5.x series release and > test again > to match my problem if its bobo i made or its bug that you guys made > no auto at all > hard work m

Re: [squid-users] Websockets over HTTPS not working in squid 4

2019-02-22 Thread Alex Rousskov
On 2/21/19 3:19 PM, Felipe Arturo Polanco wrote: > Are you aware of any unofficial patch or something to tunnel > websockets over HTTPS in squid? Yes, Factory continues to work on this, but I am not ready to recommend that unofficial code on this mailing list. Alex. > On Thu, Feb 21, 2019 at 5

[squid-users] Squid 4.x: cache_peer PROXY_PROTOCOL support with squid parents

2019-02-22 Thread David Touzeau
Hi, We would like to use this infrastructure: Squid-cache client authentication 1 | > Squid Parent with ACLs per user/LDAP groups/Web filtering ---> INTERNET Squid-cache client authentication 2 Currently this kind of infrastructure cannot be done because t

Re: [squid-users] Squid for Windows Repeatedly Crashing

2019-02-22 Thread Van Order, Drew (US - Hermitage)
The test box I set up outside the F5 finally started exhibiting these errors, once I pointed roughly 60 machines to it. It took a few hours. Sounds like this narrows it down to either the OS itself (seems unlikely, other apps would crash), or the litany of agents our security folks have mandated

Re: [squid-users] squid-5.0.0-20190221-re008097c6

2019-02-22 Thread joseph
after all those missing include and aded missing #include to proxyp/Header.h another issue pconn.cc: In member function ‘void PconnPool::push(const ConnectionPointer&, const char*)’: pconn.cc:435:32: error: ‘%s’ directive output may be truncated writing up to 777 bytes into a region of s

Re: [squid-users] Squid proxies won't pop up authentication or even attempt

2019-02-22 Thread Amos Jeffries
On 22/02/19 7:25 pm, amlgp wrote: > Hi all, I've been trying to troubleshoot this for the last 2 days and it's > starting to drive me nuts. > > I am running on a Centos 6 server trying to start up some proxies with > Squid. > > When I manually try to enter my proxy using Firefox, no window pops u

Re: [squid-users] squid-5.0.0-20190221-re008097c6

2019-02-22 Thread joseph
please re test Proposed fix is at https://github.com/squid-cache/squid/pull/375 did not help fixing all proxyp/Elements.h #ifndef SQUID_PROXYP_ELEMENTS_H #define SQUID_PROXYP_ELEMENTS_H #include "sbuf/SBuf.h" #include #include fix that and more problem after In file included from Header.cc:11:

Re: [squid-users] squid-5.0.0-20190221-re008097c6

2019-02-22 Thread joseph
alex its essay i do download patch by patch and do my Owen test wen i have problem to make sure i download Latest 5.x series release and test again to match my problem if its bobo i made or its bug that you guys made no auto at all hard work manual test is best friend notice the Subject ^

Re: [squid-users] Squid proxies won't pop up authentication or even attempt

2019-02-22 Thread Vacheslav Zouhairy
have you made sure that you clicked use this proxy for all protocols? On Fri, 2019-02-22 at 00:25 -0600, amlgp wrote: > Hi all, I've been trying to troubleshoot this for the last 2 days and > it's > starting to drive me nuts. > > I am running on a Centos 6 server trying to start up some proxies >