mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #20] Getting response...Failed! #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ajula on GitHub (Apr 3, 2018).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/20
c:\CertStore\AutoACME>aasync addhosts
Reading configuration from 'autoacme.json'...OK
Getting bindings from 'localhost'...OK, 1 bindings found
Finding new hosts to add...OK
Accepting TOS at https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf...OK
Adding new host www.mydomain.com:
Testing authorization:
Writing challenge to C:\InetPub\wwwroot\AutoAcme\probe_74fcfabd-1f2f-4pdf-9f8f-0279e898c544...OK
Testing HTTP challenge:
Preparing request to http://www.mydomain.com/.well-known/acme-challenge/probe_74fcfabd-1f2f-4pdf-9f8f-0279e898c544...OK
Getting response...Failed!
The remote server returned an error: (404) Not Found.
Testing HTTPS challenge:
Preparing request to https://www.mydomain.com/.well-known/acme-challenge/probe_74fcfabd-1f2f-4pdf-9f8f-0279e898c544...OK
Getting response...Failed!
The underlying connection was closed: An unexpected error occurred on a send.
Deleting challenge from C:\InetPub\wwwroot\AutoAcme\probe_74fcfabd-1f2f-4pdf-9f8f-0279e898c544...OK
Request failed: One or more errors occurred.
Where is the problem?