File: //var/log/letsencrypt/letsencrypt.log.31
2022-10-25 11:56:02,544:DEBUG:certbot._internal.main:certbot version: 1.11.0
2022-10-25 11:56:02,544:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/letsencrypt
2022-10-25 11:56:02,544:DEBUG:certbot._internal.main:Arguments: ['--webroot', '-w', '/var/www/html', '--agree-tos', '-n', '--email', 'admin@server1.ariadata.co', '-d', 'server1.ariadata.co']
2022-10-25 11:56:02,544:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2022-10-25 11:56:02,559:DEBUG:certbot._internal.log:Root logging level set at 20
2022-10-25 11:56:02,560:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2022-10-25 11:56:02,561:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2022-10-25 11:56:02,562:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot._internal.plugins.webroot:Authenticator
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7f0fade4cd90>
Prep: True
2022-10-25 11:56:02,562:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7f0fade4cd90> and installer None
2022-10-25 11:56:02,562:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2022-10-25 11:56:02,594:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(status=None, terms_of_service_agreed=None, agreement=None, only_return_existing=None, contact=(), key=None, external_account_binding=None), uri=u'https://acme-v02.api.letsencrypt.org/acme/acct/122642729', new_authzr_uri=None, terms_of_service=None), 11beff1d26bb2b9c6873121a8f029974, Meta(creation_host=u'server1.ariadata.co', register_to_eff=None, creation_dt=datetime.datetime(2021, 5, 7, 7, 26, 12, tzinfo=<UTC>)))>
2022-10-25 11:56:02,603:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2022-10-25 11:56:02,614:INFO:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
2022-10-25 11:56:03,164:DEBUG:urllib3.connectionpool:"GET /directory HTTP/1.1" 200 659
2022-10-25 11:56:03,165:DEBUG:acme.client:Received response:
HTTP 200
content-length: 659
strict-transport-security: max-age=604800
server: nginx
connection: keep-alive
cache-control: public, max-age=0, no-cache
date: Tue, 25 Oct 2022 08:26:03 GMT
x-frame-options: DENY
content-type: application/json
{
"EjM6elJSp48": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2022-10-25 11:56:03,167:DEBUG:certbot.display.util:Notifying user: Requesting a certificate for server1.ariadata.co
2022-10-25 11:56:03,226:DEBUG:certbot.crypto_util:Generating RSA key (2048 bits): /etc/letsencrypt/keys/0023_key-certbot.pem
2022-10-25 11:56:03,229:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0023_csr-certbot.pem
2022-10-25 11:56:03,230:DEBUG:acme.client:Requesting fresh nonce
2022-10-25 11:56:03,230:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2022-10-25 11:56:03,366:DEBUG:urllib3.connectionpool:"HEAD /acme/new-nonce HTTP/1.1" 503 0
2022-10-25 11:56:03,366:DEBUG:acme.client:Received response:
HTTP 503
content-length: 90
server: nginx
retry-after: 14
connection: keep-alive
cache-control: private
date: Tue, 25 Oct 2022 08:26:03 GMT
content-type: application/problem+json
2022-10-25 11:56:03,367:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/letsencrypt", line 9, in <module>
load_entry_point('certbot==1.11.0', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 15, in main
return internal_main.main(cli_args)
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1421, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1294, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 135, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 441, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 374, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 406, in _get_order_and_authorizations
orderr = self.acme.new_order(csr_pem)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 886, in new_order
return self.client.new_order(csr_pem)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 668, in new_order
response = self._post(self.directory['newOrder'], order)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 97, in _post
return self.net.post(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 1201, in post
return self._post_once(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 1211, in _post_once
data = self._wrap_in_jws(obj, self._get_nonce(url, new_nonce_url), url, acme_version)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 1189, in _get_nonce
response = self._check_response(self.head(new_nonce_url), content_type=None)
File "/usr/lib/python2.7/site-packages/acme/client.py", line 1078, in _check_response
raise errors.ClientError(response)
ClientError: <Response [503]>
2022-10-25 11:56:03,370:ERROR:certbot._internal.log:An unexpected error occurred:
2022-10-25 11:56:03,370:ERROR:certbot._internal.log:ClientError: <Response [503]>