I’m hoping someone out there can shed some light on an issue I’m facing. I created droplet via the marketplace (Wordpress 1-click install). The steps I’m taking are as follows
Domain: mysitename.dev
Type: unauthorized
Detail: Invalid response from
https://mysitename.dev/.well-known/acme-challenge/r8PzLOEgnfbHr0eBfIPO09ctTPSFadfD-hKdU4qAQ3E
[198.111.74.66]: 404
Can anyone tell me what is going on here? I’ve attempted destroying/recreating the droplet about 5 times.
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.
Hello,
What I could suggest is checking your DNS records and making sure that the are the correct ones that you’ve specified in your DigitalOcean DNS zone:
https://www.whatsmydns.net/
If the records do not match the ones that you have in your DigitalOcean DNS this mostlikely means that your name servers are not set to the DigitalOcean ones. What I could suggest is is just double-checking the following:
https://support.google.com/domains/answer/3290309?hl=en
@
domainOnce you make the DNS change give it another try.
Basically in order for Let’s Encrypt to verify your domain name, the A record of your domain needs to match the server IP address.
Regards,
Bobby