My domain is: app.zlatni-eracun.hr
I used Win-ACME to renew a certificate (i had 19 successful renews before this happened), but it constantly failed.
It produced this output:
"type": "urn:ietf:params:acme:error:connection",
"detail": "167.235.166.78: Fetching http://app.zlatni-eracun.hr/.well-known/acme-challenge/e8J_U6yaqE3ZTw_Vp-uvhlF1Ixwou9fg6ek6xo4Lc_k: Timeout during connect (likely firewall problem)",
"status": 400
My web server is (include version): IIS 10.0
The operating system my web server runs on is (include version): Windows server 2022
My hosting provider, if applicable, is: it is a server hosted in Hetzner datacenter
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): WinACME v2.1.22.1289
So basically, everything worked fine until today, and i was unable to renew the certificate using the http method (self hosted by win-acme, or hosted by IIS). I checked with the services like GeoPeeker or GeoTargerly, the .well-known/acme-challenge/ is available from all over the world, but LetsEncrypt returns there is a connection problem.
I disabled the firewall, same thing... I was able to validate through DNS, but id like it to work via http...
Any ideas how to diagnose and fix this?