Troubleshooting Tip: EMS Let's Encrypt Certificate Renewal Failure - ACME Error
| Description | This article describes how to resolve Let's Encrypt certificate renewal failures in FortiClient EMS caused by ACME errors. |
| Scope | FortiClient EMS Linux. |
| Solution | Description:
When attempting to renew the Let's Encrypt (ACME) SSL certificate on FortiClient EMS, the following error may appear in the logs:
2025-04-04 08:17:52,734 ERROR [PID:88634] [TID:139912824284736] [RID:f034cd6751] errors Traceback (most recent call last):
Root Cause:
Let's Encrypt ACME protocol mandates that FortiClient EMS should have:
Solution:
Make sure to open TCP ports 80 and 443 on incoming and outgoing communication via the firewall and ISP.
sudo netstat -tulnp | grep :443
sudo systemctl restart fcmapache
Additional Information:
|
