APIBAN on FreePBX 13

For those of you who use APIBAN on FreePBX 13, you may have noticed that the go client cannot fetch anymore the list of bad IP addresses due to an SSL error. (This issue is only on FreePBX 13. FreePBX 14 and up works fine)

The Palner Group/Fred Posner created a new go client that skips the SSL verification

See original installation guide by Lorne:

And instead of the regular client, you will need to use:

wget https://github.com/palner/apiban/raw/master/clients/go/apiban-iptables-skipverify/apiban-iptables-client-skipverify

Same with setting up the cron job:

*/5 * * * * root /usr/local/bin/apiban/apiban-iptables-client-skipverify >/dev/null 2>&1
2 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.