[squid-users] cannot intercept "https://www.elastic.co/"

2016-02-15 Thread Murat K
Hi,I am running squid-3.3.8 (I also tried with Squid 3.5.0.4) on a centos 6.7 machine with openssl-1.0.1e-30.el6.8.x86_64, I have no problem with most of the ssl sites however when I try to connect to "https://www.elastic.co/"; browsers cannot render the whole page (tried on windows 8 with chrom

Re: [squid-users] Reverse DNS Lookup for client IPs

2016-02-15 Thread Stefan Hölzle
For a quick fix, I defined the two directives in my squid.conf as follows: url_rewrite_extras "%>a %un %>rm myip=%la myport=%lp" store_id_extras "%>a %un %>rm myip=%la myport=%lp" Basically, I removed the ">A" part, which is responsible for the PTR lookup of client ips. Afterwards, squid does no m

Re: [squid-users] Reverse DNS Lookup for client IPs

2016-02-15 Thread Amos Jeffries
On 15/02/2016 10:51 p.m., Stefan Hölzle wrote: > For a quick fix, I defined the two directives in my squid.conf as follows: > url_rewrite_extras "%>a %un %>rm myip=%la myport=%lp" > store_id_extras "%>a %un %>rm myip=%la myport=%lp" > > Basically, I removed the ">A" part, which is responsible for

[squid-users] tcp_outgoing_mark not working in 3.5.13

2016-02-15 Thread Will Roberts
Hi, I've just upgraded from 3.4.4 to 3.5.13 and tcp_outgoing_mark is no longer marking packets. Has anything changed in its behavior or configuration recently? Thanks, Will ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.

[squid-users] Squid 3.3.8 -- Authentication Problems when using Alias Host Name

2016-02-15 Thread Markus Sonnenberg
Hi, i've set up a CentOS 7 machine with Squid 3.3.8 and kerberos/ntlm authentication in order to replace our older Squid Proxy. The new Squid server runs fine and authentication is working as expected. We use group policies to set proxy server address at terminal servers and workstations,which

Re: [squid-users] 2016/02/12 15:59:40 kid1| hold write on SSL connection on FD 25

2016-02-15 Thread Amos Jeffries
On 12/02/2016 11:04 p.m., Yuri Voinov wrote: > Hi gents. > > Does anybody meet this issue? > > This one: > > ssl_bump peek step1 > ssl_bump splice disable-ssl-bump > ssl_bump stare step2 > ssl_bump bump all > > always lead to much records in cache.log: > > 2016/02/12 15:59:40 kid1| hold w

Re: [squid-users] New squid build https not working

2016-02-15 Thread Amos Jeffries
On 15/02/2016 11:18 a.m., Ryan Slick wrote: > Hi Guys, > We built a new squid server on windows, the config as far as I can see is > basically the same as our existing proxy (which works fine) > but the problem is http will work fine, https does not. > the client browser sees the error: "err_tunne

Re: [squid-users] cannot intercept "https://www.elastic.co/"

2016-02-15 Thread Amos Jeffries
On 15/02/2016 9:15 p.m., Murat K wrote: > Hi,I am running squid-3.3.8 (I also tried with Squid 3.5.0.4) on a centos 6.7 > machine with openssl-1.0.1e-30.el6.8.x86_64, The Squid versions numbered 3.X.0.Z are beta releases from over a year ago. Please use a stable version of 3.5. Preferrably 3.5.1

Re: [squid-users] host header forgery false positives

2016-02-15 Thread Amos Jeffries
On 15/02/2016 4:20 p.m., Dan Charlesworth wrote: > Did a bug end getting filed for this? > > I can probably provide some ALL,9 logs but I don’t understand the problem > well enough to write up a decent report I don’t think. > Thanks for the reminder. I dont recall seeing a bug report being made

Re: [squid-users] 2016/02/12 15:59:40 kid1| hold write on SSL connection on FD 25

2016-02-15 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 15.02.16 19:09, Amos Jeffries пишет: > On 12/02/2016 11:04 p.m., Yuri Voinov wrote: >> Hi gents. >> >> Does anybody meet this issue? >> >> This one: >> >> ssl_bump peek step1 >> ssl_bump splice disable-ssl-bump >> ssl_bump stare step2 >> ssl

Re: [squid-users] tcp_outgoing_mark not working in 3.5.13

2016-02-15 Thread Amos Jeffries
On 16/02/2016 1:18 a.m., Will Roberts wrote: > Hi, > > I've just upgraded from 3.4.4 to 3.5.13 and tcp_outgoing_mark is no > longer marking packets. Has anything changed in its behavior or > configuration recently? > Hmm, years worth of code change between those. I dont see anything NFMARK relat

Re: [squid-users] howto log outbound bytes properly?

2016-02-15 Thread Amos Jeffries
On 15/02/2016 12:05 p.m., Jason Haar wrote: > Hi there > > Given the major usage of Cloud file sharing and things like HD video > sharing (eg Skype), the amount of outbound bandwidth used by "browsers" > can be comparable with inbound - and yet by default squid does not > record this in the loggin

[squid-users] Authentification, the login prompt appears twice

2016-02-15 Thread FredB
Hi All, With FF and Squid 3.5.10 do you notice whether the login prompt appears twice and the second time it works ? Digest or Basic auth no matter, I tried with www.google.com like start page. The only way to avoid this, save the account in the browser To reproduce remove the saved password,

[squid-users] about sni

2016-02-15 Thread HackXBack
What are the requirements for ssl::server_name to work with SNI (squid 3.5.12) ? In principle, I want to do this (from squid.conf): # get the public TLS metadata (includes SNI) ssl_bump peek all # block based on SNI matching acl blocked ssl::server_name .example.com ssl_bump terminate bl

Re: [squid-users] about sni

2016-02-15 Thread Amos Jeffries
On 16/02/2016 12:46 p.m., HackXBack wrote: > What are the requirements for ssl::server_name to work with SNI (squid > 3.5.12) ? > > In principle, I want to do this (from squid.conf): > > # get the public TLS metadata (includes SNI) > ssl_bump peek all > This will peek at both step 1 and 2.

Re: [squid-users] about sni

2016-02-15 Thread HackXBack
so am using wrong conf, please can you help me to right conf to make sni work if cant be bumped ? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/about-sni-tp4676005p4676007.html Sent from the Squid - Users mailing list archive at Nabble.com.

Re: [squid-users] host header forgery false positives

2016-02-15 Thread Jason Haar
On Tue, Feb 16, 2016 at 2:48 AM, Amos Jeffries wrote: > Thanks for the reminder. I dont recall seeing a bug report being made. > Though Jason has sent me a more detailed cache.log trace to work with. > Yeah - I actually got half-way through putting in a bug report twice - but ditched it for thi

[squid-users] Add large file download exception on Squid Proxy server

2016-02-15 Thread Vibhor Saraswat
Hello All, Can any one help me to add large file exception in squid proxy server. the Squid server is use Centos 6 OS. Now could you please do let me know how we will add large file exception on squid proxy -- *Thanks & Regards* Vibhor Saraswat Mo: +91-9650238084 Email: vibhorsaras...@gmail.com

Re: [squid-users] Add large file download exception on Squid Proxy server

2016-02-15 Thread Amos Jeffries
On 16/02/2016 5:26 p.m., Vibhor Saraswat wrote: > Hello All, > > Can any one help me to add large file exception in squid proxy server. the > Squid server is use Centos 6 OS. Now could you please do let me know how we > will add large file exception on squid proxy > What do you mean by "large fi

Re: [squid-users] host header forgery false positives

2016-02-15 Thread Amos Jeffries
On 16/02/2016 3:12 p.m., Jason Haar wrote: > On Tue, Feb 16, 2016 at 2:48 AM, Amos Jeffries wrote: > >> Thanks for the reminder. I dont recall seeing a bug report being made. >> Though Jason has sent me a more detailed cache.log trace to work with. >> > > > Yeah - I actually got half-way through

Re: [squid-users] Add large file download exception on Squid Proxy server

2016-02-15 Thread vibhorsaraswat
Pl do let me know the step by step entry which i make in squid.conf file for large file download exception -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Add-large-file-download-exception-on-Squid-Proxy-server-tp4676010p4676019.html Sent from the Squid - Use

Re: [squid-users] about sni

2016-02-15 Thread Amos Jeffries
On 16/02/2016 2:15 p.m., HackXBack wrote: > so am using wrong conf, > please can you help me to right conf to make sni work if cant be bumped ? > If I am understanding you right you need to add this: acl step1 at_step SslBumpStep1 Then, replace the "peek all" with "peek step1" Amos