I am error while creating Let's Encrypt SSL certificate for my domain app.mysite.io using win-acme (wacs).
I am using IIS server for deployments and bindings.
The Domain is already pointed to my server and the Ping is also successful,
when I try to create Let's Encrypt SSL certificate I am getting the Cached order has status invalid error.
Port 80 and Port 443 are enable in firewall as well.
When you opened this thread in the Help section, you should have been provided with a questionnaire. Maybe you didn't get it somehow (which is weird), or you've decided to delete it. In any case, all the answers to this questionnaire are required:
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
You can ignore this (wn-acme error), that's just a warning. The actual problem is that your server is not properly responding to http domain validation requests.
check your firewall allows incoming TCP port 80 requests (to any process)
check you don't have any geographic filtering or blocking, validation will come from many regions
double check your domain actually points to this server and there is no load balancing etc
try a reboot
To suggest more we would need to know your real domain name but "timeout during connect" literally means you are not allowing Let's Encrypt to connect.