On Thu, 2017-01-05 at 23:40 +, senor wrote:
> Hello All.
> I'd like clarification of the documentation at
> http://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpWithInter
> mediateCA
>
> In section "CA certificate preparation" it is stated that a file
> should
> be created with "interme
The cafile option specifies the "chain" file squid should send back to the
client along with the cert, exactly as you would normally do with Apache
httpd or Nginx.
In the example the generated server cert is depth 0, CA2 is depth 1 and CA1
is depth 2.
If the client has CA1 installed as a trust anch
Hello All.
I'd like clarification of the documentation at
http://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpWithIntermediateCA
In section "CA certificate preparation" it is stated that a file should
be created with "intermediate CA2 followed by root CA1 in PEM format".
CA1 is the cert tr
05.01.2017 22:43, vinay пишет:
> Hi am using Squid 3.3.8 on Ubuntu 14.04. I have default configuration of
> Squid config file . The request is passing via Squid but its not caching the
> contents/images/css , everytime am getting TCP_MISS/200 for each request
> getting logged in access logs.
>
>
Hi am using Squid 3.3.8 on Ubuntu 14.04. I have default configuration of
Squid config file . The request is passing via Squid but its not caching the
contents/images/css , everytime am getting TCP_MISS/200 for each request
getting logged in access logs.
###SQUID CONF entries ##
Hi,
We need to use ident daemon in order to authenticate users.
Squid works fine when computers are directly connected to the proxy.
We have added HaProxy * * * Load-balancer * * * using *proxy_protocol*
between users and 2 Squid proxies
With the load balancer, squid want to query identd port
Hi am using Squid 3.3.8 on Ubuntu 14.04. I have default configuration for
Squid config file . The request is passing via Squid but its not caching the
contents/images/css , everytime am getting TCP_MISS 200 for each request in
access logs.
a