Applicable to:
- SolusVM
Symptoms
Fail to install/renew Let's Encrypt certificate on SolusVM Master node:
# /root/.acme.sh/acme.sh --issue -d example.com -w /usr/local/solusvm/www/.verification
[Wed May 27 06:14:18 UTC 2020] Single domain='example.com'
[Wed May 27 06:14:18 UTC 2020] Getting domain auth token for each domain
[Wed May 27 06:19:18 UTC 2020] It seems the CA server is busy now, let's wait and retry. Sleeping 1 seconds.
[Wed May 27 06:24:20 UTC 2020] It seems the CA server is busy now, let's wait and retry. Sleeping 1 seconds.
Cause
Outdated version of acme.sh script downloaded on Master node
Resolution
- Connect to Master node via SSH
- Upgrade acme.sh script like below:
# /root/.acme.sh/acme.sh --upgrade
Comments
0 commentsPlease sign in to leave a comment.