Symptoms
When the system automatically attempts to refresh the hostname certificate for your server, the following error is received:
The provider "cPanel (powered by Sectigo)"
cannot currently accept incoming requests. The system will try again later.
or, similarly:
The cPanel Store returned an error (X::TemporarilyUnavailable) in response to the request “POST ssl/certificate/whm-license/90-day”: We were unable to process your request. Please try again later.
Description
Our team is currently working to identify the exact cause of this issue, but we have identified that running our checkallsslcerts script at another time will result in a successful certificate installation.
Workaround
Running checkallsslcerts at a different time will succeed, and, optionally, a cronjob can be set up for the root user:
30 20 * * * /usr/local/cpanel/bin/checkallsslcerts > /dev/null