Today I tried to renew my certificate (I do this manually and succeeded before) and I get an error:
_The ACME server was probably unable to reach http:///.well-known/acme-challenge/Xf_2llzigIDLKLa_6gEEirsvOPJ-URPM55S9J8oOMg
If I copy this url in my browser I get the content.
In the Apache log I also see that one of theservers gets the file:
“The ACME server was probably unable to reach …” is not an error that’s produced by the CA server, so it’ll likely be something coming from your ACME client. It’s probably a catch-all for all errors, so it’s hard to say what the issue is. If your ACME client shows the original error message, or logs them somewhere, or has a verbose/debug option, please post that output.
Getting AcmeServerDirectory Loading Registration from C:\Users\Jos\AppData\Roaming\letsencrypt-win-simple\httpsacme-v01.api.letsencrypt.org\Registration
Scanning IIS Site Bindings for Hosts
_ IIS Version not found in windows registry. Skipping scan._ No targets found.
_ W: Generate a certificate via WebDav and install it manually._
_ F: Generate a certificate via FTP/ FTPS and install it manually._
_ M: Generate a certificate manually._
_ A: Get certificates for all hosts_
_ Q: Quit_ Which host do you want to get a certificate for: M Enter a host name: a83-162-188-119.adsl.xs4all.nl
_Enter a site path (the web root of the host for http authentication): c:\Apache24\htdocs_
Authorizing Identifier a83-162-188-119.adsl.xs4all.nl Using Challenge Type http-01
_ Writing challenge answer to c:\Apache24\htdocs.well-known/acme-challenge/Xf_2llzigIDLKLa_6gEEirsvOPJ-URPM55S9J8oOMg
_ Answer should now be browsable at http://a83-162-188-119.adsl.xs4all.nl/.well-known/acme-challenge/Xf_2llzigIDLKLa_6gEEirsvOPJ-URPM55S9J8oOMg
_ Submitting answer_
_ Refreshing authorization_
_ Authorization Result: invalid_
There is a missing slash here between htdocs and .well-known, which suggests that maybe with this particular client you need to specify the webroot path with a trailing slash, like c:\Apache24\htdocs\ instead of c:\Apache24\htdocs. However, I would consider that a bug in the client if so.
I see that I copied the input for the webroot incomplete from the output. I entered:
Enter a site path (the web root of the host for http authentication): c:\Apache24\htdocs\
The specified url get's you to the challenge file.
As my level of experience, consider me as just a dummy who needs an certificate for his website.
[INFO] Renewal period: 60
[INFO] Certificate store: WebHosting
[INFO] ACME Server: https://acme-v01.api.letsencrypt.org/
[WARN] IIS version not found in windows registry. Skipping scan.
[WARN] No targets found.
W: Generate a certificate via WebDav and install it manually.
F: Generate a certificate via FTP/ FTPS and install it manually.
M: Generate a certificate manually.
Q: Quit