SSL Cert renew issues. #1817
Unanswered
JacobCeccRoos
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I have been having some issues with the Cronjob that renews the SSL certs on my server.
ERROR LOG 1
Warning: It seems you're in local environment or using non-public domain, please check logs. Skipping letsencrypt.
PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error:
POST https://acme-v02.api.letsencrypt.org/acme/authz-v3/299455395196
resulted in a404 Not Found
response:{
"type": "urn:ietf:params:acme:error:malformed",
"detail": "No such authorization",
"status": 404
}
in phar:///usr/local/bin/ee/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
Stack trace:
#0 phar:///usr/local/bin/ee/vendor/guzzlehttp/guzzle/src/Middleware.php(69): GuzzleHttp\Exception\RequestException::create()
#1 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(204): GuzzleHttp\Middleware::GuzzleHttp{closure}()
#2 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(153): GuzzleHttp\Promise\Promise::callHandler()
#3 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/TaskQueue.php(48): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise{closure}()
#4 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(248): GuzzleHttp\Promise\TaskQueue->run()
#5 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(224): GuzzleHttp\Promise\Promise->invokeWaitFn()
#6 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(269): GuzzleHttp\Promise\Promise->waitIfPending()
#7 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(226): GuzzleHttp\Promise\Promise->invokeWaitList()
#8 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(62): GuzzleHttp\Promise\Promise->waitIfPending()
#9 phar:///usr/local/bin/ee/vendor/guzzlehttp/guzzle/src/Client.php(123): GuzzleHttp\Promise\Promise->wait()
#10 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(323): GuzzleHttp\Client->send()
#11 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(332): AcmePhp\Core\Http\SecureHttpClient->AcmePhp\Core\Http{closure}()
#12 phar:///usr/local/bin/ee/vendor/acmephp/core/AcmeClient.php(159): AcmePhp\Core\Http\SecureHttpClient->request()
#13 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/Site_Letsencrypt.php(207): AcmePhp\Core\AcmeClient->requestOrder()
#14 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1515): EE\Site\Type\Site_Letsencrypt->authorize()
#15 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1467): EE\Site\Type\EE_Site_Command->init_le()
#16 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1406): EE\Site\Type\EE_Site_Command->init_ssl()
#17 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1775): EE\Site\Type\EE_Site_Command->www_ssl_wrapper()
#18 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1733): EE\Site\Type\EE_Site_Command->renew_ssl_cert()
#19 [internal function]: EE\Site\Type\EE_Site_Command->ssl_renew()
#20 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#21 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#22 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#23 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#24 phar:///usr/local/bin/ee/php/class-ee.php(1184): EE\Runner->run_command()
#25 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/Site_Command.php(132): EE::run_command()
#26 [internal function]: Site_Command->__invoke()
#27 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#28 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#29 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#30 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#31 phar:///usr/local/bin/ee/php/EE/Runner.php(358): EE\Runner->run_command()
#32 phar:///usr/local/bin/ee/php/EE/Runner.php(784): EE\Runner->_run_command_and_exit()
#33 phar:///usr/local/bin/ee/php/EE/Bootstrap/LaunchRunner.php(23): EE\Runner->start()
#34 phar:///usr/local/bin/ee/php/bootstrap.php(74): EE\Bootstrap\LaunchRunner->process()
#35 phar:///usr/local/bin/ee/php/init-ee.php(27): EE\bootstrap()
#36 phar:///usr/local/bin/ee/php/boot-phar.php(8): include('...')
#37 /usr/local/bin/ee(5): include('...')
#38 {main}
Next AcmePhp\Core\Exception\Server\MalformedServerException: [malformed] The request message was malformed: No such authorization (on request "POST https://acme-v02.api.letsencrypt.org/acme/authz-v3/299455395196") in phar:///usr/local/bin/ee/vendor/acmephp/core/Http/ServerErrorHandler.php:124
Stack trace:
#0 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(443): AcmePhp\Core\Http\ServerErrorHandler->createAcmeExceptionForResponse()
#1 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(325): AcmePhp\Core\Http\SecureHttpClient->handleClientException()
#2 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(332): AcmePhp\Core\Http\SecureHttpClient->AcmePhp\Core\Http{closure}()
#3 phar:///usr/local/bin/ee/vendor/acmephp/core/AcmeClient.php(159): AcmePhp\Core\Http\SecureHttpClient->request()
#4 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/Site_Letsencrypt.php(207): AcmePhp\Core\AcmeClient->requestOrder()
#5 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1515): EE\Site\Type\Site_Letsencrypt->authorize()
#6 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1467): EE\Site\Type\EE_Site_Command->init_le()
#7 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1406): EE\Site\Type\EE_Site_Command->init_ssl()
#8 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1775): EE\Site\Type\EE_Site_Command->www_ssl_wrapper()
#9 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1733): EE\Site\Type\EE_Site_Command->renew_ssl_cert()
#10 [internal function]: EE\Site\Type\EE_Site_Command->ssl_renew()
#11 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#12 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#13 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#14 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#15 phar:///usr/local/bin/ee/php/class-ee.php(1184): EE\Runner->run_command()
#16 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/Site_Command.php(132): EE::run_command()
#17 [internal function]: Site_Command->__invoke()
#18 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#19 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#20 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#21 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#22 phar:///usr/local/bin/ee/php/EE/Runner.php(358): EE\Runner->run_command()
#23 phar:///usr/local/bin/ee/php/EE/Runner.php(784): EE\Runner->_run_command_and_exit()
#24 phar:///usr/local/bin/ee/php/EE/Bootstrap/LaunchRunner.php(23): EE\Runner->start()
#25 phar:///usr/local/bin/ee/php/bootstrap.php(74): EE\Bootstrap\LaunchRunner->process()
#26 phar:///usr/local/bin/ee/php/init-ee.php(27): EE\bootstrap()
#27 phar:///usr/local/bin/ee/php/boot-phar.php(8): include('...')
#28 /usr/local/bin/ee(5): include('...')
#29 {main}
thrown in phar:///usr/local/bin/ee/vendor/acmephp/core/Http/ServerErrorHandler.php on line 124
Warning: An Error occurred. Initiating clean-up.
Warning: Exiting gracefully after rolling back. This may take some time.
Success: Rollback complete. Exiting now.
ERROR LOG 2
Warning: It seems you're in local environment or used invalid email or there is some issue with network, please check logs. Skipping letsencrypt.
PHP Fatal error: Uncaught GuzzleHttp\Exception\ServerException: Server error:
POST https://acme-v02.api.letsencrypt.org/acme/acct/972765906
resulted in a503 Service Temporarily Unavailable
response:{"type": "urn:ietf:params:acme:error:rateLimited", "detail": "Service busy; retry later."}
in phar:///usr/local/bin/ee/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
Stack trace:
#0 phar:///usr/local/bin/ee/vendor/guzzlehttp/guzzle/src/Middleware.php(69): GuzzleHttp\Exception\RequestException::create()
#1 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(204): GuzzleHttp\Middleware::GuzzleHttp{closure}()
#2 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(153): GuzzleHttp\Promise\Promise::callHandler()
#3 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/TaskQueue.php(48): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise{closure}()
#4 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(248): GuzzleHttp\Promise\TaskQueue->run()
#5 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(224): GuzzleHttp\Promise\Promise->invokeWaitFn()
#6 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(269): GuzzleHttp\Promise\Promise->waitIfPending()
#7 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(226): GuzzleHttp\Promise\Promise->invokeWaitList()
#8 phar:///usr/local/bin/ee/vendor/guzzlehttp/promises/src/Promise.php(62): GuzzleHttp\Promise\Promise->waitIfPending()
#9 phar:///usr/local/bin/ee/vendor/guzzlehttp/guzzle/src/Client.php(123): GuzzleHttp\Promise\Promise->wait()
#10 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(323): GuzzleHttp\Client->send()
#11 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(332): AcmePhp\Core\Http\SecureHttpClient->AcmePhp\Core\Http{closure}()
#12 phar:///usr/local/bin/ee/vendor/acmephp/core/AcmeClient.php(114): AcmePhp\Core\Http\SecureHttpClient->request()
#13 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/Site_Letsencrypt.php(179): AcmePhp\Core\AcmeClient->registerAccount()
#14 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1504): EE\Site\Type\Site_Letsencrypt->register()
#15 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1467): EE\Site\Type\EE_Site_Command->init_le()
#16 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1406): EE\Site\Type\EE_Site_Command->init_ssl()
#17 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1775): EE\Site\Type\EE_Site_Command->www_ssl_wrapper()
#18 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1733): EE\Site\Type\EE_Site_Command->renew_ssl_cert()
#19 [internal function]: EE\Site\Type\EE_Site_Command->ssl_renew()
#20 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#21 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#22 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#23 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#24 phar:///usr/local/bin/ee/php/class-ee.php(1184): EE\Runner->run_command()
#25 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/Site_Command.php(132): EE::run_command()
#26 [internal function]: Site_Command->__invoke()
#27 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#28 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#29 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#30 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#31 phar:///usr/local/bin/ee/php/EE/Runner.php(358): EE\Runner->run_command()
#32 phar:///usr/local/bin/ee/php/EE/Runner.php(784): EE\Runner->_run_command_and_exit()
#33 phar:///usr/local/bin/ee/php/EE/Bootstrap/LaunchRunner.php(23): EE\Runner->start()
#34 phar:///usr/local/bin/ee/php/bootstrap.php(74): EE\Bootstrap\LaunchRunner->process()
#35 phar:///usr/local/bin/ee/php/init-ee.php(27): EE\bootstrap()
#36 phar:///usr/local/bin/ee/php/boot-phar.php(8): include('...')
#37 /usr/local/bin/ee(5): include('...')
#38 {main}
Next AcmePhp\Core\Exception\Server\RateLimitedServerException: [rateLimited] This client reached the rate limit of the server: Service busy; retry later. (on request "POST https://acme-v02.api.letsencrypt.org/acme/acct/972765906") in phar:///usr/local/bin/ee/vendor/acmephp/core/Http/ServerErrorHandler.php:124
Stack trace:
#0 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(443): AcmePhp\Core\Http\ServerErrorHandler->createAcmeExceptionForResponse()
#1 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(325): AcmePhp\Core\Http\SecureHttpClient->handleClientException()
#2 phar:///usr/local/bin/ee/vendor/acmephp/core/Http/SecureHttpClient.php(332): AcmePhp\Core\Http\SecureHttpClient->AcmePhp\Core\Http{closure}()
#3 phar:///usr/local/bin/ee/vendor/acmephp/core/AcmeClient.php(114): AcmePhp\Core\Http\SecureHttpClient->request()
#4 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/Site_Letsencrypt.php(179): AcmePhp\Core\AcmeClient->registerAccount()
#5 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1504): EE\Site\Type\Site_Letsencrypt->register()
#6 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1467): EE\Site\Type\EE_Site_Command->init_le()
#7 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1406): EE\Site\Type\EE_Site_Command->init_ssl()
#8 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1775): EE\Site\Type\EE_Site_Command->www_ssl_wrapper()
#9 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1733): EE\Site\Type\EE_Site_Command->renew_ssl_cert()
#10 [internal function]: EE\Site\Type\EE_Site_Command->ssl_renew()
#11 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#12 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#13 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#14 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#15 phar:///usr/local/bin/ee/php/class-ee.php(1184): EE\Runner->run_command()
#16 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/Site_Command.php(132): EE::run_command()
#17 [internal function]: Site_Command->__invoke()
#18 phar:///usr/local/bin/ee/php/EE/Dispatcher/CommandFactory.php(96): call_user_func()
#19 [internal function]: EE\Dispatcher\CommandFactory::EE\Dispatcher{closure}()
#20 phar:///usr/local/bin/ee/php/EE/Dispatcher/Subcommand.php(272): call_user_func()
#21 phar:///usr/local/bin/ee/php/EE/Runner.php(335): EE\Dispatcher\Subcommand->invoke()
#22 phar:///usr/local/bin/ee/php/EE/Runner.php(358): EE\Runner->run_command()
#23 phar:///usr/local/bin/ee/php/EE/Runner.php(784): EE\Runner->_run_command_and_exit()
#24 phar:///usr/local/bin/ee/php/EE/Bootstrap/LaunchRunner.php(23): EE\Runner->start()
#25 phar:///usr/local/bin/ee/php/bootstrap.php(74): EE\Bootstrap\LaunchRunner->process()
#26 phar:///usr/local/bin/ee/php/init-ee.php(27): EE\bootstrap()
#27 phar:///usr/local/bin/ee/php/boot-phar.php(8): include('...')
#28 /usr/local/bin/ee(5): include('...')
#29 {main}
thrown in phar:///usr/local/bin/ee/vendor/acmephp/core/Http/ServerErrorHandler.php on line 124
Warning: An Error occurred. Initiating clean-up.
Warning: Exiting gracefully after rolling back. This may take some time.
Success: Rollback complete. Exiting now.
If anyone has any ideas on how to correct these errors, your help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions