Question
Drupal 8 App - Lets encrypt problem
I follow this [https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04](http:://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04) but the result is:
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: <my_domain>
Type: unauthorized
Detail: Invalid response from
http://<my_domain>/.well-known/acme-challenge/aFAMmKoQThGwkXAQup0P8TMCrEn4plZnWdTpHSPo0nU:
“<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white”>
<center><h1>403 Forbidden</h1></center>
<hr><center>“
Domain: <my_domain>
Type: unauthorized
Detail: Invalid response from
http://<my_domain>/.well-known/acme-challenge/BY0BiDxz6KTzaRj0wiB7kSaWFyBlKW2syexQBw9Kk:
”<html>
<head><title>403 Forbidden</title></head>
<body bgcolor=“white”>
<center><h1>403 Forbidden</h1></center>
<hr><center>“
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
I have replace my domain with <my_domain> for this question.
Help me please!!!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×