Difference between revisions of "Squid: Block https"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: acl secure proto https http_access deny securehttp acl CONNECT method CONNECT acl httpsfail dstdomain .facebook.com acl httpsfail dstdomain .orkut.com http_access deny httpsfail C...) |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | memblock seluruh akses https | ||
acl secure proto 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 10: | 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/ | ||
* 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/ | ||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Instalasi Squid]] | ||
+ | * [[Integrasi squidGuard ke Squid]] | ||
+ | * [[Memblok Situs Tidak Baik Menggunakan ACL Squid]] | ||
+ | * [[Delay Pool Squid untuk Managed Download Manager]] | ||
+ | * [[Script NAT Transparant Proxy & Squid]] | ||
+ | * [[Squid: Log File]] | ||
+ | * [[Squid: Block https]] | ||
+ | * [[Squid: Block Berdasarkan Waktu]] |
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/