I can't get the certificate for my website via IIS
I get the error
PS C:\Users\Administrator> certbot certainly --webroot
Saving debug log to C:\Certbot\log\letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): ssdobrasil.online
Requesting a certificate for ssdobrasil.online
Input the webroot for ssdobrasil.online: (Enter 'c' to cancel): D:\Site\wordpress
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: ssdobrasil.online
Type: connection
Detail: 2804:d55:47f2:2f00:9696:eb6b:eebe:b267: Fetching http://ssdobrasil.online/.well-known/acme-challenge/az_us9Um6BPX3C7ZcnfVHSIrtglcPfK8sR2-dBbw1nA: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile C:\Certbot\log\letsencrypt.log or re-run Certbot with -v for more details.
I tried several times and now it's giving me the error
PS C:\Users\Administrator> certbot certainly --webroot
Saving debug log to C:\Certbot\log\letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): ssdobrasil.online
Requesting a certificate for ssdobrasil.online
An unexpected error occurred:
Error creating new order :: too many failed authorizations recently: see Failed Validation Limit - Let's Encrypt
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile C:\Certbot\log\letsencrypt.log or re-run Certbot with -v for more details.
PS C:\Users\Administrator>
Does anyone know how to solve it?