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: test.remotecapture.net
I ran this command: wacs.exe --test --verbose
It produced this output: After setting requested infomation.. Error is During secondary validation: XX.XX.XX.XX: Fetching http://test.remotecapture.net/.well-known/acme-challenge/HoJuiTr0EXefRxnGYh28-eHA5zdoPQ2VkT1XoKZKfPc: Timeout during connect (likely firewall problem)
My web server is (include version):IIS 10
The operating system my web server runs on is (include version): Windows 2022
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): v2.2.8.1635
I have around 70 websites running Let's Encrypt certificates using the wacs client.
My last successful new certificate request was on 2024-03-26.
My first issue started on 2024-03-29.
I have set up a test environment using domain test.remotecapture.net
I am using the staging URL to run multiple tests, but the same error will occur on the production API URL.
The domain validation method is 'http-01'
I have verified that the authorization file does exist and can be accessed.
The client submits 3 pending requests before the API returns
"status": "invalid",
"error": {{"type":"urn:ietf:params:acme:error:connection","detail":"During secondary validation: XX.XX.XX.XX: Fetching http://test.remotecapture.net/.well-known/acme-challenge/HoJuiTr0EXefRxnGYh28-eHA5zdoPQ2VkT1XoKZKfPc: Timeout during connect (likely firewall problem)","status":400,"instance":null}}
Reviewing the web logs, they show 3 requests with status 200.
2024-04-01 11:33:01 xxx.xxx.xxx.xxx GET /.well-known/acme-challenge/HoJuiTr0EXefRxnGYh28-eHA5zdoPQ2VkT1XoKZKfPc - 80 - 18.188.170.43 Mozilla/5.0+(compatible;+Let's+Encrypt+validation+server;++https://www.letsencrypt.org) - 200 0 0 37
2024-04-01 11:33:01 xxx.xxx.xxx.xxx GET /.well-known/acme-challenge/HoJuiTr0EXefRxnGYh28-eHA5zdoPQ2VkT1XoKZKfPc - 80 - 66.133.109.36 Mozilla/5.0+(compatible;+Let's+Encrypt+validation+server;++https://www.letsencrypt.org) - 200 0 0 24
2024-04-01 11:33:12 xxx.xxx.xxx.xxx GET /.well-known/acme-challenge/HoJuiTr0EXefRxnGYh28-eHA5zdoPQ2VkT1XoKZKfPc - 80 - 35.86.156.217 Mozilla/5.0+(compatible;+Let's+Encrypt+validation+server;++https://www.letsencrypt.org) - 200 0 0 58
I see there are other post about the same issue.