Page 1 of 1

[SOLVED] Error: LetsEncrypt account registration

Posted: Wed Aug 30, 2017 8:57 am
by Rubas
Hi, if you experience this error:

Code: Select all

Error: LetsEncrypt account registration
Without any further information, it could be that SSL certifications might be wrongly setup on your server.

Following issue would appear in the curl request to LetsEncrypt:

Code: Select all

curl: (60) SSL certificate problem: unable to get local issuer certificate
To solve the issue on Debian, following command will work:

Code: Select all

apt-get install ca-certificates
Best regards,
Ruba