FreePBX 13 SSL - LetsEncrypt geeft Curl fout in Fpbx 13

From 4AllBusiness
Jump to navigation Jump to search

Freepbx v 13 geeft een Curl fout an bij het vernieuwen van het Letsencrypt SSL certificaat

Dit is een bug welke et de hand gecorrigeerd dient te worden op de SSH middels de volgende commando's Bron:

https://community.freepbx.org/t/new-lets-encrypt-error-ssl-certificate-problem-unable-to-get-local-issuer-certificate-resolved/79149/5
rm /etc/pki/tls/certs/ca-bundle.crt to remove the symlink to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
curl https://curl.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt -k
curl https://letsencrypt.com
fwconsole certificate --updateall

Controleer daarna in de web interface of alles correct is. Zie Sysadmin HTTPS certificaat en 'Firewall Settings Advanced' of de Letsencrypt server toegestaan is.


We came across the same issue. Looks like the issue is not a module error, the error comes from curl, and it will happen with any connection from the PBX in question to a site with a LE certificate. The CA bundle on FPBX13 seems to be from 2015, and does not have the latest LE Root CA (probably still referencing to the one they decommissioned not too long ago). FPBX13 is EOL and is not getting updates any longer.