Re: [squid-users] how to add files and url to cache by manual operation?

2015-04-20 Thread Amos Jeffries
On 21/04/2015 2:41 p.m., 魏光 wrote: > I saw this page "Caching YouTube Content" > http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube > > > Then I have a wonder. I have the video file on my machine(not in > squid cache) and I know the url, So if I visit the url, the machine > would

Re: [squid-users] squid HTTPs as reverse proxy problem

2015-04-20 Thread Amos Jeffries
On 21/04/2015 1:17 p.m., snakeeyes wrote: > Thankx , I will tell u wt I did so far abd hope u help me in the directive > squid needed : > Squid does not perform SNI based certificate selection for HTTPS virtual-hosting. You need an IP address for every top level domain being served, sub-domains

Re: [squid-users] assertion failed: client_side.h:364: "sslServerBump == srvBump"

2015-04-20 Thread Amos Jeffries
On 21/04/2015 7:46 a.m., Marc Micalizzi wrote: > I'm encountering this same issue in Squid-3.5.3 > Bug 4198 was fixed in the 3.5 snapshots since r13792. If you are patching for it, please use the official one. Or better yet re-build with the latest snapshot to get many other SSL-bump related bug

Re: [squid-users] Tracking user connection times

2015-04-20 Thread Amos Jeffries
On 21/04/2015 2:34 a.m., Dan Berry wrote: > > I have setup a squid proxy as a POC for user tracking. I am looking > for a way to track for close events, most of the customer sites that > are accessed are HTTPS so I can't track activity. I might be able to > get by with tracking total connect time,

Re: [squid-users] [squid ] externalAclLookup: 'wbinfo_group_helper' queue overload.

2015-04-20 Thread Amos Jeffries
On 20/04/2015 7:31 p.m., Jagannath Naidu wrote: > Hi, > > I am having this issue very frequently. Please help on this. > > I get these errors randomly, mostly when usage is at very peak. (800 users) > > > /var/log/squid/cache.log > > 2015/04/20 12:37:40| externalAclLookup: 'wbinfo_group_helper

Re: [squid-users] Odp: Re: ACLs work in a half

2015-04-20 Thread Amos Jeffries
On 20/04/2015 8:01 p.m., Robert Lasota wrote: > Dnia Niedziela, 19 Kwietnia 2015 21:28 Yuri Voinov napisał(a) >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> >> >> 20.04.15 0:29, Robert Lasota пишет: >> > Hi, >> > >> > I

[squid-users] how to add files and url to cache by manual operation?

2015-04-20 Thread 魏光
I saw this page "Caching YouTube Content" http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube Then I have a wonder. I have the video file on my machine(not in squid cache) and I know the url, So if I visit the url, the machine would download the same video file. How can I add fil

Re: [squid-users] assertion failed: client_side.h:364: "sslServerBump == srvBump"

2015-04-20 Thread Marc Micalizzi
I'm encountering this same issue in Squid-3.5.3 > Changed to: > > inline void setServerBump(Ssl::ServerBump *srvBump) { > if (!sslServerBump) > sslServerBump = srvBump; > else > assert(sslServerBump = srvBump); Just FYI, from a glance this would lea

Re: [squid-users] assertion failed: comm.cc:178: "fd_table[conn->fd].halfClosedReader != NULL"

2015-04-20 Thread HackXBack
i installed squid from source code http://www.squid-cache.org/Versions/v3/3.4/squid-3.4.12-20150414-r13219.tar.gz this is my configure option ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/squid --sysconfdir=/etc/squid --localstatedir=/var --libdir=/usr/lib -

Re: [squid-users] squid HTTPs as reverse proxy problem

2015-04-20 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 What does OpenVPN to SQUID ?! 21.04.15 7:17, snakeeyes пишет: > Thankx , I will tell u wt I did so far abd hope u help me in the directive > squid needed : > > Mkdir /etc/openvpn/ > wget https://github.com/OpenVPN/easy-rsa-old/archive/master.zip

Re: [squid-users] squid HTTPs as reverse proxy problem

2015-04-20 Thread snakeeyes
Thankx , I will tell u wt I did so far abd hope u help me in the directive squid needed : Mkdir /etc/openvpn/ wget https://github.com/OpenVPN/easy-rsa-old/archive/master.zip unzip master cd easy-rsa-old-master/ cp -R easy-rsa/ /etc/openvpn/ cd /etc/openvpn/easy-rsa/2.0 chmod 755 * sou

Re: [squid-users] Tracking user connection times

2015-04-20 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://sams.perm.ru/new/index.php?option=com_phocadownload&view=category&id=3&Itemid=128 This one? 20.04.15 20:34, Dan Berry пишет: > > I have setup a squid proxy as a POC for user tracking. I am looking for a way to track for close events, most

Re: [squid-users] Tracking user connection times

2015-04-20 Thread Alex Crow
On 20/04/15 15:34, Dan Berry wrote: I have setup a squid proxy as a POC for user tracking. I am looking for a way to track for close events, most of the customer sites that are accessed are HTTPS so I can’t track activity. I might be able to get by with tracking total connect time, so I know

[squid-users] Tracking user connection times

2015-04-20 Thread Dan Berry
I have setup a squid proxy as a POC for user tracking. I am looking for a way to track for close events, most of the customer sites that are accessed are HTTPS so I can't track activity. I might be able to get by with tracking total connect time, so I know the windows of time users were connect

Re: [squid-users] squid HTTPs as reverse proxy problem

2015-04-20 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Man, self-signed sertificate required only for SSL Bump (not pump :)). For SSL reverse proxy you need CA's signed server certificate. Feel the difference. 21.04.15 5:16, snakeeyes пишет: > Hi all , I need a help in setting up squid for https re

[squid-users] squid HTTPs as reverse proxy problem

2015-04-20 Thread snakeeyes
Hi all , I need a help in setting up squid for https reverse proxy I mean I want to authorize the certificate on my pc so that be able to acces https using http not tunnel method I have searched a lot and most of docs mention ssl pump , but again im here don't want ssl pump feature and all I ne

[squid-users] Odp: RE: Odp: Re: ACLs work in a half

2015-04-20 Thread Robert Lasota
Dnia Poniedziałek, 20 Kwietnia 2015 10:45 napisał(a) > Yep. As I said. > Ok, thanks Robert > исходное сбщ > Тема: Odp: Re: [squid-users] ACLs work in a half > От: "Robert Lasota" > Дата: 20-04-2015 14:01 > > Dnia Niedziela, 19 Kwietnia 2015 21:28 Yuri Voinov napisał(a) > > >

[squid-users] Odp: Re: ACLs work in a half

2015-04-20 Thread Robert Lasota
Dnia Niedziela, 19 Kwietnia 2015 21:28 Yuri Voinov napisał(a) > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 >   > > > 20.04.15 0:29, Robert Lasota пишет: > > Hi, > > > > I have newest Squid (3.5.3). I have ACL with blacklist: >

[squid-users] [squid ] externalAclLookup: 'wbinfo_group_helper' queue overload.

2015-04-20 Thread Jagannath Naidu
Hi, I am having this issue very frequently. Please help on this. I get these errors randomly, mostly when usage is at very peak. (800 users) /var/log/squid/cache.log 2015/04/20 12:37:40| externalAclLookup: 'wbinfo_group_helper' queue overload (ch=0x7fc99e2ce518) 2015/04/20 12:37:40| externalAc