[squid-users] (https) Gmail, Yahoo Messenger not working ?

2008-01-26 Thread Yogesh Patil
Hello, I am using SQUID 2.6.STABLE17 with fedora core 8, & BIND DNS SERVER configured on the same box, i have configured squid as transparent proxy with all default settings , and applied iptables rule by using the following command iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j

Re: [squid-users] (https) Gmail, Yahoo Messenger not working ?

2008-01-26 Thread Tim Bates
Yogesh Patil wrote: so the problem is that i am able to browse websites very well, but Gmail, Yahoo Messenger, MSN Messenger etc.. and all the websites using https not works, what would be the issue ? I would say you are not forwarding (and/or NATing) the HTTPS port (443). TB

Re: [squid-users] (https) Gmail, Yahoo Messenger not working ?

2008-01-27 Thread Yogesh Patil
Hi, there I have tryied by using the command iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 3128 but still no success, and by the way as i understand, it will only forward https request to the squid but what about the Yahoo messenger it is not using https

Re: [squid-users] (https) Gmail, Yahoo Messenger not working ?

2008-01-28 Thread ankush grover
On Jan 27, 2008 11:27 PM, Yogesh Patil <[EMAIL PROTECTED]> wrote: > Hi, there > I have tryied by using the command > > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT > --to-port 3128 > but still no success, and by the way as i understand, it will > only forward http