I have this in my squid.conf configuration files :- httpd_accel_host virtual httpd_accel_port 80,443 httpd_accel_with_proxy on httpd_accel_uses_host_header on
Here is my iptables :- $IPTABLES -t nat -A PREROUTING -p tcp --match multiport -i $INT_IFACE -s 192.168.10.118/32 --dport 80,443 -j DNAT --to 192.168.10.2:8080 Will this work? Rgds, Siew --- Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > m�n 2003-02-17 klockan 02.54 skrev Siew Wing Loon: > > > Does squid supports transparent proxy on SSL - > 443? > > No. Why should it? > > -- > Henrik Nordstrom <[EMAIL PROTECTED]> > MARA Systems AB, Sweden > __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com
