Blocking Https connection
- 
 Hello All 
 i have a firewall and i want to block https through it like i want to block https://www.facebook.com.please advice. thank you 
- 
 OpenDNS or squid+squidguard 
- 
 Hi. DNS Forwarder. 127.0.0.1 facebook.com 
 127.0.0.1 www.facebook.comOR You could add this to the host file on the computer. If the user is not admin they cannot change it. 
 c:\windows\system32\drivers\etc\hostsopen it with notepad and add these lines at the bottom. 
 www.facebook.com 127.0.0.1
 facebook.com 127.0.0.1that is domainName TAB IPaddress this will force the machine to connect to the loopback address for those domain names. Some nerds will use proxy. So, Install squid+squidguard to block proxy list ips. Hope this help your needs. jigp 
 1.2.x
- 
 nothing is working….. 
- 
 I don't think it is possible to be less helpful than 'nothing is working' :(