mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #30] Waiting for authorization....Failed! #29
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#29
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 @juanonsoftware on GitHub (Oct 31, 2018).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/30
Hello,
Can we know the detail of this error : "Waiting for authorization....Failed!" ?
Below is the output I've run. Thanks !
Checking host...OK
Requesting cerificate for www.devcovery.com:
Accepting TOS at https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf...OK
Testing authorization:
Writing challenge to C:\InetPub\wwwroot\AutoAcme\probe_2444acea-4aba-4748-bb29-dd4513ebaa93...OK
Testing HTTP challenge:
Preparing request to http://www.devcovery.com/.well-known/acme-challenge/probe_2444acea-4aba-4748-bb29-dd4513ebaa9
3...OK
Getting response...OK
Reading response...OK
OK: Status code 200
OK: Content-Type header
OK: Expected response received
Deleting challenge from C:\InetPub\wwwroot\AutoAcme\probe_2444acea-4aba-4748-bb29-dd4513ebaa93...OK
Getting authorization:
Creating authorization request...OK, the following is request URI:
https://acme-v01.api.letsencrypt.org/acme/authz/mSXykXd5FYIp-2vLIgr5yzp6YYQv25Ox2Sx53faB1mU
Getting challenge...OK, the following is challenge URI:
https://acme-v01.api.letsencrypt.org/acme/challenge/mSXykXd5FYIp-2vLIgr5yzp6YYQv25Ox2Sx53faB1mU/8805082239
Writing challenge to C:\InetPub\wwwroot\AutoAcme\ValhBgOmhYL_EO1zyarO0-DGs80BZyRQ8zmIY3-hzX8...OK
Completing challenge...OK
Waiting for authorization....Failed!
Last known status: invalid
Deleting challenge from C:\InetPub\wwwroot\AutoAcme\ValhBgOmhYL_EO1zyarO0-DGs80BZyRQ8zmIY3-hzX8...OK
Request failed: One or more errors occurred.
Failed!
Unable to get certificate for new host.
@avonwyss commented on GitHub (Oct 31, 2018):
If you run the command with
--verboseyou might get more details. However, this looks very much like #28 - is thewww.devcovery.comsite correctly reachable from the internet (e.g. no URL filtering or so)?@juanonsoftware commented on GitHub (Nov 7, 2018):
yes it might be my issue on url rewrite, it's now working www.devcovery.com . Thanks for the great work !