All Questions
1 question
3
votes
1
answer
3k
views
Fail2Ban iptables entries to reject HTTPS not stopping requests to Docker container on Amazon Linux 2
I've set up Fail2Ban on Amazon Linux 2, enabling the built-in nginx-http-auth jail with this override config:
[nginx-http-auth]
enabled = true
action = iptables[name=HTTPS, port=https, protocol=tcp]
...