Lets encrypt 1.2 problemens

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"
}

Were you able to figure it out?
I was able to get a cert a few months ago but now I need to renew and getting the same timeout error. I do have 80,443,8123 fowareded and restarted HA and my router.

Error

Attempting to renew cert from /data/letsencrypt/renewal/ha.[domain].com.conf produced an unexpected error: Failed authorization procedure. ha.[domain].com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Timeout. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/data/letsencrypt/live/ha.[domain].com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: ha.[domain].com
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.