[squid-users] how i can filter and logging https connections on transparent squid

From: Ozan UÇAR <mail_at_ozanucar.com>
Date: Wed, 02 Mar 2011 12:13:32 +0200

Hello,
I'm using squid 2.7 stable9 proxy,running mode transparent on freebsd 7.2.
I need logging and filtering https connections. I made the
configurations below ;

pf rules;
# pfctl -sn | grep https
rdr on em1 inet proto tcp from any to ! (em1) port = https -> 127.0.0.1
port 80
rdr on em1 inet proto tcp from any to ! (em1) port = http -> 127.0.0.1
port 80

in debug mode;
# squid -d5
2011/03/02 08:41:53| clientTryParseRequest: FD 17 (10.0.0.32:1598
<http://10.0.0.32:1598/>) Invalid Request

squid logs
# tail -f /var/squid/logs/access.log
1299055313.059 0 10.0.0.32 TCP_DENIED/400 1490 NONE NONE:// -
NONE/- text/html

Any ideas on this subject.

Thanks in advance
Received on Wed Mar 02 2011 - 10:13:51 MST

This archive was generated by hypermail 2.2.0 : Wed Mar 02 2011 - 12:00:01 MST