2019-04-20 18:49:41,631:DEBUG:certbot.main:certbot version: 0.31.0 2019-04-20 18:49:41,635:DEBUG:certbot.main:Arguments: ['-q'] 2019-04-20 18:49:41,638:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2019-04-20 18:49:41,746:DEBUG:certbot.log:Root logging level set at 30 2019-04-20 18:49:41,748:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2019-04-20 18:49:41,867:DEBUG:certbot.plugins.selection:Requested authenticator and installer 2019-04-20 18:49:41,953:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2019-05-02 11:18:39 UTC. 2019-04-20 18:49:41,953:INFO:certbot.renewal:Cert is due for renewal, auto-renewing... 2019-04-20 18:49:41,954:INFO:certbot.renewal:Non-interactive renewal: random delay of 453 seconds 2019-04-20 18:57:15,009:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None 2019-04-20 18:57:15,016:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot Description: Place files in webroot directory Interfaces: IAuthenticator, IPlugin Entry point: webroot = certbot.plugins.webroot:Authenticator Initialized: Prep: True 2019-04-20 18:57:15,019:DEBUG:certbot.plugins.selection:Selected authenticator and installer None 2019-04-20 18:57:15,020:INFO:certbot.plugins.selection:Plugins selected: Authenticator webroot, Installer None 2019-04-20 18:57:15,134:DEBUG:certbot.main:Picked account: )>), agreement='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf', contact=('mailto:admin@theassimilationlab.com',), only_return_existing=None, status='valid', external_account_binding=None), terms_of_service='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf', uri='https://acme-v01.api.letsencrypt.org/acme/reg/35776430'), 24fd7151d70bec3bd99fc2ed09318e41, Meta(creation_dt=datetime.datetime(2018, 5, 29, 21, 44, 24, tzinfo=), creation_host='plexus'))> 2019-04-20 18:57:15,140:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. 2019-04-20 18:57:15,239:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org 2019-04-20 18:57:15,245:WARNING:certbot.renewal:Attempting to renew cert (corauratum.com) from /etc/letsencrypt/renewal/corauratum.com.conf produced an unexpected error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)). Skipping. 2019-04-20 18:57:15,435:DEBUG:certbot.renewal:Traceback was: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 60, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.5/socket.py", line 732, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 345, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 846, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 284, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/requests/adapters.py", line 440, in send timeout=timeout File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 649, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 452, in handle_renewal_request main.renew_cert(lineage_config, plugins, renewal_candidate) File "/usr/lib/python3/dist-packages/certbot/main.py", line 1191, in renew_cert le_client = _init_le_client(config, auth, installer) File "/usr/lib/python3/dist-packages/certbot/main.py", line 612, in _init_le_client return client.Client(config, acc, authenticator, installer, acme=acme) File "/usr/lib/python3/dist-packages/certbot/client.py", line 266, in __init__ acme = acme_from_config_key(config, self.account.key, self.account.regr) File "/usr/lib/python3/dist-packages/certbot/client.py", line 51, in acme_from_config_key return acme_client.BackwardsCompatibleClientV2(net, key, config.server) File "/usr/lib/python3/dist-packages/acme/client.py", line 814, in __init__ directory = messages.Directory.from_json(net.get(server).json()) File "/usr/lib/python3/dist-packages/acme/client.py", line 1152, in get self._send_request('GET', url, **kwargs), content_type=content_type) File "/usr/lib/python3/dist-packages/acme/client.py", line 1101, in _send_request response = self.session.request(method, url, *args, **kwargs) File "/usr/lib/python3/dist-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3/dist-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3/dist-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) 2019-04-20 18:57:15,436:ERROR:certbot.renewal:All renewal attempts failed. The following certs could not be renewed: 2019-04-20 18:57:15,438:ERROR:certbot.renewal: /etc/letsencrypt/live/corauratum.com/fullchain.pem (failure) 2019-04-20 18:57:15,439:DEBUG:certbot.log:Exiting abnormally: Traceback (most recent call last): File "/usr/bin/certbot", line 11, in load_entry_point('certbot==0.31.0', 'console_scripts', 'certbot')() File "/usr/lib/python3/dist-packages/certbot/main.py", line 1365, in main return config.func(config, plugins) File "/usr/lib/python3/dist-packages/certbot/main.py", line 1272, in renew renewal.handle_renewal_request(config) File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 477, in handle_renewal_request len(renew_failures), len(parse_failures))) certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)