error Let's Encrypt after recreate nev certificate

Issue #117 invalid
Former user created an issue

[2016-09-12 20:33:27] LEScript.INFO: Account already registered. Continuing. [2016-09-12 20:33:27] LEScript.INFO: Starting certificate generation process for domains [2016-09-12 20:33:27] LEScript.INFO: Requesting challenge for doman.com [2016-09-12 20:33:48] LEScript.ERROR: Curl: Could not resolve host: acme-v01.api.letsencrypt.org [2016-09-12 20:33:48] LEScript.ERROR: #0 /opt/mailserver-admin/vendor/analogic/lescript/Lescript.php(445): Analogic\ACME\Client->curl('GET', '/directory') [2016-09-12 20:33:48] LEScript.ERROR: #1 /opt/mailserver-admin/vendor/analogic/lescript/Lescript.php(346): Analogic\ACME\Client->getLastNonce() [2016-09-12 20:33:48] LEScript.ERROR: #2 /opt/mailserver-admin/vendor/analogic/lescript/Lescript.php(68): Analogic\ACME\Lescript->signedRequest('/acme/new-authz', Array) [2016-09-12 20:33:48] LEScript.ERROR: #3 /opt/mailserver-admin/src/Analogic/LetsEncryptBundle/Handler/LeHandler.php(55): Analogic\ACME\Lescript->signDomains(Array) [2016-09-12 20:33:48] LEScript.ERROR: #4 /opt/mailserver-admin/src/Analogic/LetsEncryptBundle/Controller/LeController.php(74): Analogic\LetsEncryptBundle\Handler\LeHandler->renew(true) [2016-09-12 20:33:48] LEScript.ERROR: #5 [internal function]: Analogic\LetsEncryptBundle\Controller\LeController->issueAction(Object(Symfony\Component\HttpFoundation\Request)) [2016-09-12 20:33:48] LEScript.ERROR: #6 /opt/mailserver-admin/var/bootstrap.php.cache(3040): call_user_func_array(Array, Array) [2016-09-12 20:33:48] LEScript.ERROR: #7 /opt/mailserver-admin/var/bootstrap.php.cache(2995): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1) [2016-09-12 20:33:48] LEScript.ERROR: #8 /opt/mailserver-admin/var/bootstrap.php.cache(2335): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) [2016-09-12 20:33:48] LEScript.ERROR: #9 /opt/mailserver-admin/web/app.php(18): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request)) [2016-09-12 20:33:48] LEScript.ERROR: #10 {main}

Comments (2)

  1. SH repo owner

    Could not resolve host: acme-v01.api.letsencrypt.org

    You have problem with network - DNS/routing... try ping acme-v01.api.letsencrypt.org from host system then from container

  2. blatte

    Hey,

    I've got the exact same problem (I never was able to create a certificate, been having ths error since the beginning). My host does ping the address correctly. As for the container, there's no ping binary in it, but I could resolve the address correctly with dig.

  3. Log in to comment