Hi there, I need some help here. I’m already pull my hairs
I have a Home Assistant running locally using python environment. So, I don’t have a dedicated webserver for that.
However, i’m using duckdns with port forwarding for my Home Assistant locally instance.
When I try run certbot command on my terminal, it give me the following error:
My domain is:
nsilvaha.duckdns.org
I ran this command:
certbot sudo certbot certonly --standalone
It produced this output:
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for nsilvaha.duckdns.org
Waiting for verification…
Challenge failed for domain nsilvaha.duckdns.org
http-01 challenge for nsilvaha.duckdns.org
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: nsilvaha.duckdns.org
Type: unauthorized
Detail: Invalid response from
http://nsilvaha.duckdns.org/.well-known/acme-challenge/ORsMlRemTvOp-5JHpfpEjpITo3_ilyBMjKdxt6Gxypw
[82.155.12.92]: 404To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
certbot 1.7.0
Please help me.
Many thanks