On Friday 07 November 2003 4:39 pm, Eicke wrote: > 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.
https is not the same as http. To proxy https you must tell the browser to use the proxy - you can't do it by NAT. Antony. -- If the human brain were so simple that we could understand it, we'd be so simple that we couldn't. Please reply to the list; please don't CC me.