[arch-general] Iptables block https traffic apache

Björn Fries seifert at oern.de
Fri Nov 4 11:09:11 UTC 2016


As the traffic is encrypted, iptables cannot analyse it. Apache must be 
the one who blocks here.

On 2016-11-04 12:07, Maykel Franco via arch-general wrote:
> Hi, I have configured apache + php + mysql in my house. I like block
> the specific url traffic over https...
>
> I found this:
>
> iptables -A OUTPUT -p tcp --sport 443 -m string --string "anything"
> --algo kmp -j REJECT
>
> But not works... With http works very well...
>
> Any ideas??
>
> Thanks in advanced.
>


More information about the arch-general mailing list