Hi folks, I use ipfw to foward all http(port 80) requests to squid server. I would like that all http and https requests independent of port will be foward to squid. I changed the ipfw rule to:
ipfw add 10000 fwd 127.0.0.1,3128 tcp from 192.168.5.0/27 to any 80,443,8180,8080,8000 via xl0 I am trying to access a https (443) server but I did get. Could ypu help me? Regards. Eicke.
