2025-05-17 03:00:58,830:DEBUG:certbot._internal.main:certbot version: 1.22.0 2025-05-17 03:00:58,831:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot 2025-05-17 03:00:58,831:DEBUG:certbot._internal.main:Arguments: ['--noninteractive', '--no-random-sleep-on-renew'] 2025-05-17 03:00:58,832:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2025-05-17 03:00:58,939:DEBUG:certbot._internal.log:Root logging level set at 30 2025-05-17 03:00:58,943:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/cloud.webdesigntm.online.conf 2025-05-17 03:00:58,966:DEBUG:certbot._internal.plugins.selection:Requested authenticator and installer 2025-05-17 03:00:58,998:DEBUG:certbot._internal.storage:Should renew, less than 30 days before certificate expiry 2024-04-10 11:27:05 UTC. 2025-05-17 03:00:58,998:INFO:certbot._internal.renewal:Certificate is due for renewal, auto-renewing... 2025-05-17 03:00:58,998:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None 2025-05-17 03:00:59,001:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot Description: Place files in webroot directory Interfaces: Authenticator, Plugin Entry point: webroot = certbot._internal.plugins.webroot:Authenticator Initialized: Prep: True 2025-05-17 03:00:59,002:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None 2025-05-17 03:00:59,002:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None 2025-05-17 03:00:59,011:DEBUG:certbot._internal.main:Picked account: ), creation_host='cloud.webdesigntm.online', register_to_eff=None))> 2025-05-17 03:00:59,012:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. 2025-05-17 03:00:59,015:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 2025-05-17 03:00:59,017:ERROR:certbot._internal.renewal:Failed to renew certificate cloud.webdesigntm.online with 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 -2] Name or service not known',)) 2025-05-17 03:00:59,026:DEBUG:certbot._internal.renewal:Traceback was: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 162, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/usr/lib/python3.6/site-packages/urllib3/util/connection.py", line 57, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib64/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 344, in _make_request self._validate_conn(conn) File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 844, in _validate_conn conn.connect() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 315, in connect conn = self._new_conn() File "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 171, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -2] Name or service not known During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) File "/usr/lib/python3.6/site-packages/urllib3/util/retry.py", line 399, 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 -2] Name or service not known',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/certbot/_internal/renewal.py", line 485, in handle_renewal_request main.renew_cert(lineage_config, plugins, renewal_candidate) File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 1439, in renew_cert le_client = _init_le_client(config, auth, installer) File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 793, in _init_le_client return client.Client(config, acc, authenticator, installer, acme=acme) File "/usr/lib/python3.6/site-packages/certbot/_internal/client.py", line 294, in __init__ acme = acme_from_config_key(config, self.account.key, self.account.regr) File "/usr/lib/python3.6/site-packages/certbot/_internal/client.py", line 59, in acme_from_config_key client = acme_client.BackwardsCompatibleClientV2(net, key, config.server) File "/usr/lib/python3.6/site-packages/acme/client.py", line 875, in __init__ directory = messages.Directory.from_json(net.get(server).json()) File "/usr/lib/python3.6/site-packages/acme/client.py", line 1236, in get self._send_request('GET', url, **kwargs), content_type=content_type) File "/usr/lib/python3.6/site-packages/acme/client.py", line 1174, in _send_request response = self.session.request(method, url, *args, **kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 535, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.6/site-packages/requests/sessions.py", line 648, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.6/site-packages/requests/adapters.py", line 516, 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 -2] Name or service not known',)) 2025-05-17 03:00:59,027:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2025-05-17 03:00:59,027:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed: 2025-05-17 03:00:59,027:ERROR:certbot._internal.renewal: /etc/letsencrypt/live/cloud.webdesigntm.online/fullchain.pem (failure) 2025-05-17 03:00:59,027:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2025-05-17 03:00:59,027:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/usr/bin/certbot", line 11, in load_entry_point('certbot==1.22.0', 'console_scripts', 'certbot')() File "/usr/lib/python3.6/site-packages/certbot/main.py", line 19, in main return internal_main.main(cli_args) File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 1632, in main return config.func(config, plugins) File "/usr/lib/python3.6/site-packages/certbot/_internal/main.py", line 1518, in renew renewal.handle_renewal_request(config) File "/usr/lib/python3.6/site-packages/certbot/_internal/renewal.py", line 512, in handle_renewal_request len(renew_failures), len(parse_failures))) certbot.errors.Error: 1 renew failure(s), 0 parse failure(s) 2025-05-17 03:00:59,029:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)