I would like to install a lets encrypt certificate for my hass io instance.
However when i start the plugin i see in the logs the folowing logs:
starting version 3.2.2
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for thuis.w16.nl
Waiting for verification...
Cleaning up challenges
IMPORTANT NOTES:
Failed authorization procedure. domain.extention (tls-sni-01):
urn:acme:error:connection :: The server could not connect to the
client to verify the domain :: Timeout
- The following errors were reported by the server:
Domain: x
Type: connection
Detail: Timeout
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. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
I dit set my port forwarding
80 -> 80
443 -> 443
8123 -> 8123
and my domain.tld:8123 shows my hass io instance
domain.tld shows this site is not reachable.
https:// domain.tld keeps loading and times out
my options for the addin are
{
"challenge": "https",
"email": "[email protected]",
"domains": [
"domain.tld"
],
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}