Question
After Fail2ban/firewalls integration cant access https
After integrating fail2ban, and some basic firewalls, we can no longer access our site(s) through https.
Ubuntu 14, nginx, wp/magento on same server. 2 SSL certs.
Error logs print out:
Access forbidden by rule, client: 107.170.204.55, server: shop.stickybumps.com, request: "POST /app/etc/local.xml HTTP/1.1", host: "shop.stickybumps.com"
‘sudo netstat -plutn | grep :443’ prints out:
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 4774/nginx
Any help would be greatly appreciated!
-Constantine
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×