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

Reply via email to