ACME ERROR

Issue #790 new
sacha saris created an issue

Hi,

When users try to create the ACME certificate it gives the following error output:

[2020-08-18 18:57:22] LEScript.INFO: Getting list of URLs for API
[2020-08-18 18:57:22] LEScript.INFO: Requesting new nonce for client communication
[2020-08-18 18:57:23] LEScript.INFO: Account already registered. Continuing.
[2020-08-18 18:57:23] LEScript.INFO: Sending registration to letsencrypt server
[2020-08-18 18:57:23] LEScript.INFO: Sending signed request to https://acme-v02.api.letsencrypt.org/acme/new-acct
[2020-08-18 18:57:23] LEScript.INFO: Account: https://acme-v02.api.letsencrypt.org/acme/acct/94282088
[2020-08-18 18:57:23] LEScript.INFO: Starting certificate generation process for domains
[2020-08-18 18:57:23] LEScript.INFO: Requesting challenge for XX.XX.XXX
[2020-08-18 18:57:23] LEScript.INFO: Sending signed request to https://acme-v02.api.letsencrypt.org/acme/new-order
[2020-08-18 18:57:24] LEScript.INFO: Sending signed request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/6621126215
[2020-08-18 18:57:25] LEScript.INFO: Got challenge token for xx.xx.xxx
[2020-08-18 18:57:25] LEScript.INFO: Token for xx.xx.xxx saved at /opt/www//.well-known/acme-challenge/6kb9Drt5w3Pm0Qi6nSnVaCzeu-XUWoJwEkrc7zJfJfg and should be available at http://xx.xx.xxx/.well-known/acme-challenge/6kb9Drt5w3Pm0Qi6nSnVaCzeu-XUWoJwEkrc7zJfJfg
[2020-08-18 18:57:25] LEScript.ERROR: Please check http://xx.xx.xxx/.well-known/acme-challenge/6kb9Drt5w3Pm0Qi6nSnVaCzeu-XUWoJwEkrc7zJfJfg - token not available
[2020-08-18 18:57:25] LEScript.ERROR: #0 /opt/admin/src/AppBundle/Handler/LeHandler.php(62): Analogic\ACME\Lescript->signDomains()
[2020-08-18 18:57:25] LEScript.ERROR: #1 /opt/admin/src/AppBundle/Controller/LeController.php(71): AppBundle\Handler\LeHandler->renew()
[2020-08-18 18:57:25] LEScript.ERROR: #2 /opt/admin/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php(151): AppBundle\Controller\LeController->issueAction()
[2020-08-18 18:57:25] LEScript.ERROR: #3 /opt/admin/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
[2020-08-18 18:57:25] LEScript.ERROR: #4 /opt/admin/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(200): Symfony\Component\HttpKernel\HttpKernel->handle()
[2020-08-18 18:57:25] LEScript.ERROR: #5 /opt/admin/web/app.php(16): Symfony\Component\HttpKernel\Kernel->handle()
[2020-08-18 18:57:25] LEScript.ERROR: #6 {main}

The expected result is the creation of the certificate instead of the error.

This happened with a clean install with the latest version.

Comments (1)

  1. Log in to comment