Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread William Ivanski
Guys, Antony made me realize I really have a messed up Squid installation. That's why I tried many different approaches (ssl_crtd/ssl_db, intercept), but the actual installation isn't configured as transparent proxy. So I agree I need to reinstall and reconfigure everything. As soon as I manage

Re: [squid-users] pinger crash - Bad opcode: 112

2016-06-02 Thread Tomas Mozes
On Wed, Jun 1, 2016 at 1:53 PM, Amos Jeffries wrote: > On 31/05/2016 9:56 p.m., Tomas Mozes wrote: > > On Thu, May 26, 2016 at 8:04 AM, Amos Jeffries wrote: > > > >> On 24/05/2016 7:52 p.m., Tomas Mozes wrote: > >>> Hello, > >>> on two different squid servers I've observed

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-06-02 Thread Aashima Madaan
Hey, The patch mentioned is applicable to 4.0.10 beta release . For older versions I was not able to merge the patch. So even for beta release it throws segmentation fault. Let me know if am using wrong version of code Backtrace from gdb tool if it can be of any help Program received signal

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread Eliezer Croitoru
Hey William, It's not clear what connection from the logs you are talking about since I do not see any logs about a CONNECT request. It might be because a CONNECT is being shown in the logs after the connection is ended. To verify the issue I would to verify what squid does and if a cli

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread Antony Stone
On Thursday 02 June 2016 at 15:35:10, William Ivanski wrote: > Thank you for your quick response. > > First of all forgive me for the lack of information in the first > email. I've tried to disable QUIC a few minutes ago and the problem > persists. Follow the information requested: > > ->

Re: [squid-users] DNS lookup fails initially for FQDN in squid

2016-06-02 Thread Aashima Madaan
Hi Amos, After applying the patch I dont find any issues in make and make install, but running the file /usr/sbin/squid gives segmentation fault. Thanks ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 cache.log require too 02.06.2016 19:36, William Ivanski пишет: > -> Access.log (the host 192.168.0.52 belongs to acl reqliberacaofixo): > 1464870540.039495 192.168.0.52 TCP_MISS/301 675 GET http://www.hotmail.com/ - HIER_DIRECT/65.55.65.188

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread William Ivanski
-> Access.log (the host 192.168.0.52 belongs to acl reqliberacaofixo): 1464870540.039495 192.168.0.52 TCP_MISS/301 675 GET http://www.hotmail.com/ - HIER_DIRECT/65.55.65.188 text/html 1464870550.793 10206 192.168.0.52 TCP_MISS_ABORTED/000 0 POST http://s2.symcb.com/ -

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread William Ivanski
Thank you for your quick response. First of all forgive me for the lack of information in the first email. I've tried to disable QUIC a few minutes ago and the problem persists. Follow the information requested: -> Compilation: I've installed squid using the following commands: cd /usr/src

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 QUIC already unused by Google against HTTP/2. And better to do this (if you need) at active network equipement level. Otherwise you be forced to do this with hands on _every_ user Chrome by legs. 02.06.2016 18:16, Sagar Malve пишет: > Try

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread Antony Stone
On Thursday 02 June 2016 at 14:03:33, William Ivanski wrote: > I've started experiencing some problems with Google Chrome after installing > Squid in my Network. > Any suggestions? Yes - tell us how you installed squid, which version you installed, which platform (O/S and version) you

Re: [squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread Yuri
Any useful info? Squid version, config, logs? Thelepaty on vacation. 02.06.2016 18:03, William Ivanski пишет: Good time of the day! I've started experiencing some problems with Google Chrome after installing Squid in my Network. It gets stuck into a loop of "Establishing secure

[squid-users] Establishing secure conection problems (Chrome)

2016-06-02 Thread William Ivanski
Good time of the day! I've started experiencing some problems with Google Chrome after installing Squid in my Network. It gets stuck into a loop of "Establishing secure connection". Sometimes it succeeds loading the web pages, but usually it cannot. It's really annoying and occurs just in Chrome.

Re: [squid-users] google drive up-/download size in squidlog

2016-06-02 Thread Paul Buechler
Hi, @Yuri Voinov: I've only tested it with the webclient. @Amos Jeffries: I've tested it with %st and the downloadsize is fine for me now, thanks. Are there any plans to implement a format code to see the uploadsize? It would be nice to have this feature. best regards, Paul Am 24.05.2016

[squid-users] SSLBump non-HTTPs connections

2016-06-02 Thread Peter Viskup
Hello all, just wondering whether it is possible to perform SSLBump/SSLSplit for non-HTTPs connections. At the moment we are interested in FTPs. We are running Squid 3.4.2 version. Configured the SSLBump and in that case not able to receive SSL Certificates proxy:/etc/squid3# grep server-first

Re: [squid-users] How to analyse squid memory usage

2016-06-02 Thread Dan Charlesworth
No worries—thanks for following up on it! That’s very interesting, about the concurrent requests, because the “normal” report does around 80% more requests per day than the “leaky” one — a few hundred thousand vs a couple of million. Does this CLOSE_WAIT sockets issue have a bug being tracked