Linux Netfilter discussions
 help / color / mirror / Atom feed
* Https website is not accessible once transparent proxy is set up
@ 2008-09-16  6:49 Sam Chan
  2008-09-16 11:03 ` ArcosCom Linux User
  0 siblings, 1 reply; 6+ messages in thread
From: Sam Chan @ 2008-09-16  6:49 UTC (permalink / raw)
  To: netfilter

Hi,

I have just set up a transparent proxy (Squid 3.0 on Debian etch).

Http redirect to port 3128 is ok and I can see http traffic in
access.log.

Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
REDIRECT   tcp  --  anywhere             anywhere            tcp dpt:www
redir ports 3128


But I cannot access https website even though I have enable port 443 to
be forwarded.

Chain FORWARD (policy DROP)
target     prot opt source               destination
LOG        0    --  anywhere             anywhere            state
INVALID LOG level warning tcp-options ip-options prefix `DROP INVALID
FORWARD'
DROP       0    --  anywhere             anywhere            state
INVALID
ACCEPT     0    --  anywhere             anywhere            state
RELATED,ESTABLISHED
ACCEPT     tcp  --  localnet/24          anywhere            tcp
dpt:https flags:FIN,SYN,RST,ACK/SYN state NEW
LOG        0    --  anywhere             anywhere            LOG level
warning tcp-options ip-options prefix `DROP '

Base on what I see on my syslog, whenever I browse any https site, the
packet falls under INVALID and hence drop base on my second rule above.

Can anybody help me?


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-09-16 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-16  6:49 Https website is not accessible once transparent proxy is set up Sam Chan
2008-09-16 11:03 ` ArcosCom Linux User
2008-09-16 11:19   ` John Haxby
2008-09-16 11:50     ` ArcosCom Linux User
2008-09-16 13:50       ` John Haxby
2008-09-16 18:01         ` Vimal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox