mirror of
https://github.com/analogic/lemanager.git
synced 2026-04-25 03:55:52 +03:00
[GH-ISSUE #4] Vertification failure? #2
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/lemanager#2
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 @ghost on GitHub (Sep 13, 2016).
Original GitHub issue: https://github.com/analogic/lemanager/issues/4
I have installed LEManager and have it running fine apart from it is trying to verify the domain with something called "./well-known" which is responding with the error message below.
[2016-09-13 10:26:18] INFO: Account already registered. Continuing.
[2016-09-13 10:26:18] INFO: Starting certificate generation process for domains
[2016-09-13 10:26:18] INFO: Requesting challenge for ***.com
[2016-09-13 10:26:18] INFO: Sending signed request to /acme/new-authz
[2016-09-13 10:26:19] INFO: Got challenge token for ***.com
[2016-09-13 10:26:19] INFO: Token for _.com saved at /opt/lemanager/web//.well-known/acme-challenge/Z4Q4v-g-Zz5v3AtC--MGLwBZtPSmgp1M4qG5wTrClZ0 and should be available at http://_.com/.well-known/acme-challenge/Z4Q4v-g-Zz5v3AtC--MGLwBZtPSmgp1M4qG5wTrClZ0
[2016-09-13 10:26:20] ERROR: Please check $1 - token not available
[2016-09-13 10:26:20] DEBUG: #0 /opt/lemanager/src/Command/IssueNewCommand.php(39): Analogic\ACME\Lescript->signDomains(Array, true)
[2016-09-13 10:26:20] DEBUG: #1 /opt/lemanager/vendor/symfony/console/Command/Command.php(256): App\Command\IssueNewCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
[2016-09-13 10:26:20] DEBUG: #2 /opt/lemanager/vendor/symfony/console/Application.php(818): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
[2016-09-13 10:26:20] DEBUG: #3 /opt/lemanager/vendor/symfony/console/Application.php(186): Symfony\Component\Console\Application->doRunCommand(Object(App\Command\IssueNewCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
[2016-09-13 10:26:20] DEBUG: #4 /opt/lemanager/vendor/symfony/console/Application.php(117): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
[2016-09-13 10:26:20] DEBUG: #5 /opt/lemanager/bin/cli.php(12): Symfony\Component\Console\Application->run()
[2016-09-13 10:26:20] DEBUG: #6 {main}
Is there a way to fix this error and what can I do to resolve this?
@ghost commented on GitHub (Sep 13, 2016):