Difference between revisions of "Squid: Block https"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | acl secure proto https | + | memblock seluruh akses https |
+ | |||
+ | acl secure proto https | ||
http_access deny securehttp | http_access deny securehttp | ||
+ | atau kalau untuk spesifik host | ||
acl CONNECT method CONNECT | acl CONNECT method CONNECT | ||
Line 9: | Line 12: | ||
==Referensi== | ==Referensi== | ||
+ | |||
+ | * http://wiki.squid-cache.org/SquidFaq/SquidAcl | ||
* http://www.linuxquestions.org/questions/linux-server-73/squid-server-how-to-block-https-www-website-com-905765/ | * http://www.linuxquestions.org/questions/linux-server-73/squid-server-how-to-block-https-www-website-com-905765/ | ||
* http://www.linuxquestions.org/questions/linux-networking-3/unable-to-block-https-in-squid-750621/ | * http://www.linuxquestions.org/questions/linux-networking-3/unable-to-block-https-in-squid-750621/ |
Latest revision as of 03:45, 12 August 2012
memblock seluruh akses https
acl secure proto https http_access deny securehttp
atau kalau untuk spesifik host
acl CONNECT method CONNECT acl httpsfail dstdomain .facebook.com acl httpsfail dstdomain .orkut.com http_access deny httpsfail CONNECT
Referensi
- http://wiki.squid-cache.org/SquidFaq/SquidAcl
- http://www.linuxquestions.org/questions/linux-server-73/squid-server-how-to-block-https-www-website-com-905765/
- http://www.linuxquestions.org/questions/linux-networking-3/unable-to-block-https-in-squid-750621/
- http://www.linuxquestions.org/questions/linux-server-73/squid-server-how-to-block-https-www-website-com-905765/