RE: [squid-users] squid 3.3.5 http and https transparent proxy

From: Nuno Fernandes <npf-mlists_at_eurotux.com>
Date: Mon, 10 Jun 2013 15:46:48 +0100

> Hi,
> i have this warning when starting ./squid,
> # ./squid
> 2013/06/10 08:52:08| SECURITY NOTICE: auto-converting deprecated "ssl_bump allow <acl>" to "ssl_bump client-first <acl>" which is usually inferior to the newer server-first bumping mode. Update your ssl_bump rules.
...
> ssl_bump allow all

Change to

ssl_bump server-first all

And that warning should disapear.

> and my # iptables -L -n
> Chain INPUT (policy ACCEPT)
> target prot opt source destination
> Chain FORWARD (policy ACCEPT)
> target prot opt source destination
> Chain OUTPUT (policy ACCEPT)
> target prot opt source destination
>
> *

What about nat table? What is the output of the command:

iptables-save

> I want this as a proxy to log all traffic JUST for log with VISITED URLs, If you know can propose any other config :)

I'm afraid i don't understand what you want. Please be more explicit.

Best regards,
Nuno Fernandes
Received on Mon Jun 10 2013 - 14:46:18 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 10 2013 - 12:00:11 MDT