<div>hi, </div>
<div>    I am using SQUID 2.6.STABLE17 with fedora core 8, & BIND<br>DNS SERVER configured on the same box, i have configured squid as<br>transparent proxy with all default settings , and applied iptables<br>rule by using the following<br>
command<br><br>iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT<br>--to-port 3128</div>
<div> </div>
<div>    i am able to browse http websites, but when i try to open https sites, such as, <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://gmail.com/" target="_blank">gmail.com</a>, <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://hotmail.com/" target="_blank">hotmail.com</a> etc.. i am not able to get any response from the proxy.</div>

<div>i have also tryied with forwarding 443 (https) port to the 3128 (squid) port but still no success., so i think it doesnt seems to be netfilter (iptables) problem, it may be problem with the squid config, anybody can please help me out with this.g</div>