Facebook
From Fast, 3 Weeks ago, written in nginx.
Embed
Download Paste or View Raw
Hits: 47
  1. 2025-03-07 20:13:24,925:DEBUG:certbot._internal.main:certbot version: 2.1.0
  2. 2025-03-07 20:13:24,925:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  3. 2025-03-07 20:13:24,925:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-25', '--disable-hook-validation', '--no-random-sleep-on-renew']
  4. 2025-03-07 20:13:24,925:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  5. 2025-03-07 20:13:25,002:DEBUG:certbot._internal.log:Root logging level set at 30
  6. 2025-03-07 20:13:25,031:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-25.conf
  7. 2025-03-07 20:13:25,062:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7825b0b4cc90> and installer <certbot._internal.cli.cli_utils._Default object at 0x7825b0b4cc90>
  8. 2025-03-07 20:13:25,062:DEBUG:certbot._internal.cli:Var logs_dir=/tmp/letsencrypt-log (set by user).
  9. 2025-03-07 20:13:25,062:DEBUG:certbot._internal.cli:Var work_dir=/tmp/letsencrypt-lib (set by user).
  10. 2025-03-07 20:13:25,062:DEBUG:certbot._internal.cli:Var preferred_chain=ISRG Root X1 (set by user).
  11. 2025-03-07 20:13:25,062:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user).
  12. 2025-03-07 20:13:25,062:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user).
  13. 2025-03-07 20:13:25,131:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal...
  14. 2025-03-07 20:13:25,131:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  15. 2025-03-07 20:13:25,131:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  16. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  17. Interfaces: Authenticator, Plugin
  18. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  19. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7825b0b532d0>
  20. Prep: True
  21. 2025-03-07 20:13:25,132:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7825b0b532d0> and installer None
  22. 2025-03-07 20:13:25,132:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  23. 2025-03-07 20:13:25,183:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  24. 2025-03-07 20:13:25,183:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  25. 2025-03-07 20:13:25,188:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  26. 2025-03-07 20:13:45,210:ERROR:certbot._internal.renewal:Failed to renew certificate npm-25 with error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7825bb6625d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  27. 2025-03-07 20:13:45,224:DEBUG:certbot._internal.renewal:Traceback was:
  28. Traceback (most recent call last):
  29.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  30.     conn = connection.create_connection(
  31.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  32.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  33.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  34.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  36.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  37.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. socket.gaierror: [Errno -3] Temporary failure in name resolution
  39.  
  40. During handling of the above exception, another exception occurred:
  41.  
  42. Traceback (most recent call last):
  43.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  44.     httplib_response = self._make_request(
  45.                        ^^^^^^^^^^^^^^^^^^^
  46.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  47.     self._validate_conn(conn)
  48.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  49.     conn.connect()
  50.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  51.     self.sock = conn = self._new_conn()
  52.                        ^^^^^^^^^^^^^^^^
  53.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  54.     raise NewConnectionError(
  55. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7825bb6625d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  56.  
  57. During handling of the above exception, another exception occurred:
  58.  
  59. Traceback (most recent call last):
  60.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  61.     resp = conn.urlopen(
  62.            ^^^^^^^^^^^^^
  63.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  64.     retries = retries.increment(
  65.               ^^^^^^^^^^^^^^^^^^
  66.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  67.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  68. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7825bb6625d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  69.  
  70. During handling of the above exception, another exception occurred:
  71.  
  72. Traceback (most recent call last):
  73.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 532, in handle_renewal_request
  74.     main.renew_cert(lineage_config, plugins, renewal_candidate)
  75.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1538, in renew_cert
  76.     le_client = _init_le_client(config, auth, installer)
  77.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  78.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  79.     return client.Client(config, acc, authenticator, installer, acme=acme)
  80.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  81.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  82.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  83.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  84.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  85.     directory = acme_client.ClientV2.get_directory(config.server, net)
  86.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  87.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  88.     return messages.Directory.from_json(net.get(url).json())
  89.                                         ^^^^^^^^^^^^
  90.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  91.     self._send_request('GET', url, **kwargs), content_type=content_type)
  92.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  93.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  94.     response = self.session.request(method, url, *args, **kwargs)
  95.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  96.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  97.     resp = self.send(prep, **send_kwargs)
  98.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  99.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  100.     r = adapter.send(request, **kwargs)
  101.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  102.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  103.     raise ConnectionError(e, request=request)
  104. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7825bb6625d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  105.  
  106. 2025-03-07 20:13:45,224:DEBUG:certbot._internal.display.obj:Notifying user:
  107. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  108. 2025-03-07 20:13:45,224:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
  109. 2025-03-07 20:13:45,224:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/npm-25/fullchain.pem (failure)
  110. 2025-03-07 20:13:45,225:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  111. 2025-03-07 20:13:45,225:DEBUG:certbot._internal.log:Exiting abnormally:
  112. Traceback (most recent call last):
  113.   File "/usr/bin/certbot", line 33, in <module>
  114.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  115.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  116.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  117.     return internal_main.main(cli_args)
  118.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  119.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  120.     return config.func(config, plugins)
  121.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  122.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1629, in renew
  123.     renewal.handle_renewal_request(config)
  124.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 558, in handle_renewal_request
  125.     raise errors.Error(
  126. certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
  127. 2025-03-07 20:13:45,226:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
  128. 2025-03-07 20:25:48,154:DEBUG:certbot._internal.main:certbot version: 2.1.0
  129. 2025-03-07 20:25:48,155:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  130. 2025-03-07 20:25:48,155:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-26', '--disable-hook-validation', '--no-random-sleep-on-renew']
  131. 2025-03-07 20:25:48,155:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  132. 2025-03-07 20:25:48,167:DEBUG:certbot._internal.log:Root logging level set at 30
  133. 2025-03-07 20:25:48,171:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-26.conf
  134. 2025-03-07 20:25:48,200:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x75e574934f90> and installer <certbot._internal.cli.cli_utils._Default object at 0x75e574934f90>
  135. 2025-03-07 20:25:48,200:DEBUG:certbot._internal.cli:Var logs_dir=/tmp/letsencrypt-log (set by user).
  136. 2025-03-07 20:25:48,200:DEBUG:certbot._internal.cli:Var work_dir=/tmp/letsencrypt-lib (set by user).
  137. 2025-03-07 20:25:48,200:DEBUG:certbot._internal.cli:Var preferred_chain=ISRG Root X1 (set by user).
  138. 2025-03-07 20:25:48,200:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user).
  139. 2025-03-07 20:25:48,200:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user).
  140. 2025-03-07 20:25:48,204:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal...
  141. 2025-03-07 20:25:48,204:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  142. 2025-03-07 20:25:48,204:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  143. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  144. Interfaces: Authenticator, Plugin
  145. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  146. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x75e57493b050>
  147. Prep: True
  148. 2025-03-07 20:25:48,204:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x75e57493b050> and installer None
  149. 2025-03-07 20:25:48,204:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  150. 2025-03-07 20:25:48,242:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  151. 2025-03-07 20:25:48,243:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  152. 2025-03-07 20:25:48,244:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  153. 2025-03-07 20:26:08,261:ERROR:certbot._internal.renewal:Failed to renew certificate npm-26 with error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x75e57e2df150>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  154. 2025-03-07 20:26:08,264:DEBUG:certbot._internal.renewal:Traceback was:
  155. Traceback (most recent call last):
  156.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  157.     conn = connection.create_connection(
  158.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  159.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  160.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  161.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  162.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  163.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  164.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  165. socket.gaierror: [Errno -3] Temporary failure in name resolution
  166.  
  167. During handling of the above exception, another exception occurred:
  168.  
  169. Traceback (most recent call last):
  170.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  171.     httplib_response = self._make_request(
  172.                        ^^^^^^^^^^^^^^^^^^^
  173.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  174.     self._validate_conn(conn)
  175.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  176.     conn.connect()
  177.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  178.     self.sock = conn = self._new_conn()
  179.                        ^^^^^^^^^^^^^^^^
  180.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  181.     raise NewConnectionError(
  182. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x75e57e2df150>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  183.  
  184. During handling of the above exception, another exception occurred:
  185.  
  186. Traceback (most recent call last):
  187.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  188.     resp = conn.urlopen(
  189.            ^^^^^^^^^^^^^
  190.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  191.     retries = retries.increment(
  192.               ^^^^^^^^^^^^^^^^^^
  193.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  194.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  195. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x75e57e2df150>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  196.  
  197. During handling of the above exception, another exception occurred:
  198.  
  199. Traceback (most recent call last):
  200.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 532, in handle_renewal_request
  201.     main.renew_cert(lineage_config, plugins, renewal_candidate)
  202.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1538, in renew_cert
  203.     le_client = _init_le_client(config, auth, installer)
  204.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  205.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  206.     return client.Client(config, acc, authenticator, installer, acme=acme)
  207.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  208.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  209.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  210.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  211.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  212.     directory = acme_client.ClientV2.get_directory(config.server, net)
  213.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  214.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  215.     return messages.Directory.from_json(net.get(url).json())
  216.                                         ^^^^^^^^^^^^
  217.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  218.     self._send_request('GET', url, **kwargs), content_type=content_type)
  219.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  220.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  221.     response = self.session.request(method, url, *args, **kwargs)
  222.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  223.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  224.     resp = self.send(prep, **send_kwargs)
  225.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  226.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  227.     r = adapter.send(request, **kwargs)
  228.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  229.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  230.     raise ConnectionError(e, request=request)
  231. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x75e57e2df150>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  232.  
  233. 2025-03-07 20:26:08,265:DEBUG:certbot._internal.display.obj:Notifying user:
  234. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  235. 2025-03-07 20:26:08,265:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
  236. 2025-03-07 20:26:08,265:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/npm-26/fullchain.pem (failure)
  237. 2025-03-07 20:26:08,265:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  238. 2025-03-07 20:26:08,265:DEBUG:certbot._internal.log:Exiting abnormally:
  239. Traceback (most recent call last):
  240.   File "/usr/bin/certbot", line 33, in <module>
  241.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  242.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  243.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  244.     return internal_main.main(cli_args)
  245.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  246.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  247.     return config.func(config, plugins)
  248.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  249.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1629, in renew
  250.     renewal.handle_renewal_request(config)
  251.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 558, in handle_renewal_request
  252.     raise errors.Error(
  253. certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
  254. 2025-03-07 20:26:08,266:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
  255. 2025-03-07 20:33:35,301:DEBUG:certbot._internal.main:certbot version: 2.1.0
  256. 2025-03-07 20:33:35,301:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  257. 2025-03-07 20:33:35,301:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-44', '--agree-tos', '--email', '[email protected]', '--domains', 'dash.tijn-lab.nl', '--authenticator', 'dns-cloudflare', '--dns-cloudflare-credentials', '/etc/letsencrypt/credentials/credentials-44', '--dns-cloudflare-propagation-seconds', '120']
  258. 2025-03-07 20:33:35,302:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  259. 2025-03-07 20:33:35,315:DEBUG:certbot._internal.log:Root logging level set at 30
  260. 2025-03-07 20:33:35,320:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  261. 2025-03-07 20:33:35,320:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  262. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  263. Interfaces: Authenticator, Plugin
  264. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  265. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x747ba9c3bad0>
  266. Prep: True
  267. 2025-03-07 20:33:35,321:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x747ba9c3bad0> and installer None
  268. 2025-03-07 20:33:35,321:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  269. 2025-03-07 20:33:35,372:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  270. 2025-03-07 20:33:35,372:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  271. 2025-03-07 20:33:35,374:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  272. 2025-03-07 20:33:55,389:DEBUG:certbot._internal.log:Exiting abnormally:
  273. Traceback (most recent call last):
  274.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  275.     conn = connection.create_connection(
  276.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  277.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  278.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  279.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  280.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  281.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  282.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  283. socket.gaierror: [Errno -3] Temporary failure in name resolution
  284.  
  285. During handling of the above exception, another exception occurred:
  286.  
  287. Traceback (most recent call last):
  288.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  289.     httplib_response = self._make_request(
  290.                        ^^^^^^^^^^^^^^^^^^^
  291.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  292.     self._validate_conn(conn)
  293.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  294.     conn.connect()
  295.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  296.     self.sock = conn = self._new_conn()
  297.                        ^^^^^^^^^^^^^^^^
  298.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  299.     raise NewConnectionError(
  300. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x747ba03278d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  301.  
  302. During handling of the above exception, another exception occurred:
  303.  
  304. Traceback (most recent call last):
  305.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  306.     resp = conn.urlopen(
  307.            ^^^^^^^^^^^^^
  308.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  309.     retries = retries.increment(
  310.               ^^^^^^^^^^^^^^^^^^
  311.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  312.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  313. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x747ba03278d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  314.  
  315. During handling of the above exception, another exception occurred:
  316.  
  317. Traceback (most recent call last):
  318.   File "/usr/bin/certbot", line 33, in <module>
  319.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  320.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  321.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  322.     return internal_main.main(cli_args)
  323.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  324.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  325.     return config.func(config, plugins)
  326.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  327.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1572, in certonly
  328.     le_client = _init_le_client(config, auth, installer)
  329.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  330.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  331.     return client.Client(config, acc, authenticator, installer, acme=acme)
  332.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  333.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  334.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  335.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  336.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  337.     directory = acme_client.ClientV2.get_directory(config.server, net)
  338.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  339.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  340.     return messages.Directory.from_json(net.get(url).json())
  341.                                         ^^^^^^^^^^^^
  342.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  343.     self._send_request('GET', url, **kwargs), content_type=content_type)
  344.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  345.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  346.     response = self.session.request(method, url, *args, **kwargs)
  347.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  348.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  349.     resp = self.send(prep, **send_kwargs)
  350.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  351.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  352.     r = adapter.send(request, **kwargs)
  353.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  354.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  355.     raise ConnectionError(e, request=request)
  356. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x747ba03278d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  357. 2025-03-07 20:33:55,392:ERROR:certbot._internal.log:An unexpected error occurred:
  358. 2025-03-07 20:33:55,393:ERROR:certbot._internal.log:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x747ba03278d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  359. 2025-03-08 11:06:40,830:DEBUG:certbot._internal.main:certbot version: 2.1.0
  360. 2025-03-08 11:06:40,830:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  361. 2025-03-08 11:06:40,830:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-25', '--disable-hook-validation', '--no-random-sleep-on-renew']
  362. 2025-03-08 11:06:40,831:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  363. 2025-03-08 11:06:40,842:DEBUG:certbot._internal.log:Root logging level set at 30
  364. 2025-03-08 11:06:40,843:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-25.conf
  365. 2025-03-08 11:06:40,854:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7d33ccf44f90> and installer <certbot._internal.cli.cli_utils._Default object at 0x7d33ccf44f90>
  366. 2025-03-08 11:06:40,854:DEBUG:certbot._internal.cli:Var logs_dir=/tmp/letsencrypt-log (set by user).
  367. 2025-03-08 11:06:40,855:DEBUG:certbot._internal.cli:Var work_dir=/tmp/letsencrypt-lib (set by user).
  368. 2025-03-08 11:06:40,855:DEBUG:certbot._internal.cli:Var preferred_chain=ISRG Root X1 (set by user).
  369. 2025-03-08 11:06:40,855:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user).
  370. 2025-03-08 11:06:40,855:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user).
  371. 2025-03-08 11:06:40,861:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal...
  372. 2025-03-08 11:06:40,861:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  373. 2025-03-08 11:06:40,862:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  374. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  375. Interfaces: Authenticator, Plugin
  376. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  377. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7d33ccf4b290>
  378. Prep: True
  379. 2025-03-08 11:06:40,862:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7d33ccf4b290> and installer None
  380. 2025-03-08 11:06:40,862:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  381. 2025-03-08 11:06:40,908:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  382. 2025-03-08 11:06:40,908:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  383. 2025-03-08 11:06:40,909:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  384. 2025-03-08 11:07:00,928:ERROR:certbot._internal.renewal:Failed to renew certificate npm-25 with error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7d33d98b2050>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  385. 2025-03-08 11:07:00,931:DEBUG:certbot._internal.renewal:Traceback was:
  386. Traceback (most recent call last):
  387.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  388.     conn = connection.create_connection(
  389.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  390.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  391.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  392.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  393.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  394.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  395.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  396. socket.gaierror: [Errno -3] Temporary failure in name resolution
  397.  
  398. During handling of the above exception, another exception occurred:
  399.  
  400. Traceback (most recent call last):
  401.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  402.     httplib_response = self._make_request(
  403.                        ^^^^^^^^^^^^^^^^^^^
  404.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  405.     self._validate_conn(conn)
  406.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  407.     conn.connect()
  408.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  409.     self.sock = conn = self._new_conn()
  410.                        ^^^^^^^^^^^^^^^^
  411.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  412.     raise NewConnectionError(
  413. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7d33d98b2050>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  414.  
  415. During handling of the above exception, another exception occurred:
  416.  
  417. Traceback (most recent call last):
  418.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  419.     resp = conn.urlopen(
  420.            ^^^^^^^^^^^^^
  421.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  422.     retries = retries.increment(
  423.               ^^^^^^^^^^^^^^^^^^
  424.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  425.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  426. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7d33d98b2050>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  427.  
  428. During handling of the above exception, another exception occurred:
  429.  
  430. Traceback (most recent call last):
  431.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 532, in handle_renewal_request
  432.     main.renew_cert(lineage_config, plugins, renewal_candidate)
  433.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1538, in renew_cert
  434.     le_client = _init_le_client(config, auth, installer)
  435.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  436.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  437.     return client.Client(config, acc, authenticator, installer, acme=acme)
  438.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  439.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  440.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  441.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  442.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  443.     directory = acme_client.ClientV2.get_directory(config.server, net)
  444.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  445.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  446.     return messages.Directory.from_json(net.get(url).json())
  447.                                         ^^^^^^^^^^^^
  448.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  449.     self._send_request('GET', url, **kwargs), content_type=content_type)
  450.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  451.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  452.     response = self.session.request(method, url, *args, **kwargs)
  453.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  454.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  455.     resp = self.send(prep, **send_kwargs)
  456.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  457.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  458.     r = adapter.send(request, **kwargs)
  459.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  460.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  461.     raise ConnectionError(e, request=request)
  462. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7d33d98b2050>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  463.  
  464. 2025-03-08 11:07:00,931:DEBUG:certbot._internal.display.obj:Notifying user:
  465. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  466. 2025-03-08 11:07:00,931:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
  467. 2025-03-08 11:07:00,931:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/npm-25/fullchain.pem (failure)
  468. 2025-03-08 11:07:00,931:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  469. 2025-03-08 11:07:00,932:DEBUG:certbot._internal.log:Exiting abnormally:
  470. Traceback (most recent call last):
  471.   File "/usr/bin/certbot", line 33, in <module>
  472.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  473.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  474.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  475.     return internal_main.main(cli_args)
  476.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  477.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  478.     return config.func(config, plugins)
  479.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  480.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1629, in renew
  481.     renewal.handle_renewal_request(config)
  482.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 558, in handle_renewal_request
  483.     raise errors.Error(
  484. certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
  485. 2025-03-08 11:07:00,932:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
  486. 2025-03-10 08:39:53,753:DEBUG:certbot._internal.main:certbot version: 2.1.0
  487. 2025-03-10 08:39:53,753:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  488. 2025-03-10 08:39:53,753:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-25', '--disable-hook-validation', '--no-random-sleep-on-renew']
  489. 2025-03-10 08:39:53,758:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  490. 2025-03-10 08:39:53,778:DEBUG:certbot._internal.log:Root logging level set at 30
  491. 2025-03-10 08:39:53,778:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-25.conf
  492. 2025-03-10 08:39:53,791:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x772a5dd44610> and installer <certbot._internal.cli.cli_utils._Default object at 0x772a5dd44610>
  493. 2025-03-10 08:39:53,791:DEBUG:certbot._internal.cli:Var logs_dir=/tmp/letsencrypt-log (set by user).
  494. 2025-03-10 08:39:53,791:DEBUG:certbot._internal.cli:Var work_dir=/tmp/letsencrypt-lib (set by user).
  495. 2025-03-10 08:39:53,791:DEBUG:certbot._internal.cli:Var preferred_chain=ISRG Root X1 (set by user).
  496. 2025-03-10 08:39:53,791:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user).
  497. 2025-03-10 08:39:53,791:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user).
  498. 2025-03-10 08:39:53,794:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal...
  499. 2025-03-10 08:39:53,794:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  500. 2025-03-10 08:39:53,794:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  501. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  502. Interfaces: Authenticator, Plugin
  503. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  504. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x772a5dd4ac90>
  505. Prep: True
  506. 2025-03-10 08:39:53,794:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x772a5dd4ac90> and installer None
  507. 2025-03-10 08:39:53,794:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  508. 2025-03-10 08:39:53,832:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  509. 2025-03-10 08:39:53,833:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  510. 2025-03-10 08:39:53,834:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  511. 2025-03-10 08:40:13,853:ERROR:certbot._internal.renewal:Failed to renew certificate npm-25 with error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x772a5dd49950>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  512. 2025-03-10 08:40:13,856:DEBUG:certbot._internal.renewal:Traceback was:
  513. Traceback (most recent call last):
  514.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  515.     conn = connection.create_connection(
  516.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  517.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  518.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  519.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  520.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  521.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  522.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  523. socket.gaierror: [Errno -3] Temporary failure in name resolution
  524.  
  525. During handling of the above exception, another exception occurred:
  526.  
  527. Traceback (most recent call last):
  528.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  529.     httplib_response = self._make_request(
  530.                        ^^^^^^^^^^^^^^^^^^^
  531.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  532.     self._validate_conn(conn)
  533.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  534.     conn.connect()
  535.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  536.     self.sock = conn = self._new_conn()
  537.                        ^^^^^^^^^^^^^^^^
  538.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  539.     raise NewConnectionError(
  540. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x772a5dd49950>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  541.  
  542. During handling of the above exception, another exception occurred:
  543.  
  544. Traceback (most recent call last):
  545.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  546.     resp = conn.urlopen(
  547.            ^^^^^^^^^^^^^
  548.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  549.     retries = retries.increment(
  550.               ^^^^^^^^^^^^^^^^^^
  551.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  552.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  553. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x772a5dd49950>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  554.  
  555. During handling of the above exception, another exception occurred:
  556.  
  557. Traceback (most recent call last):
  558.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 532, in handle_renewal_request
  559.     main.renew_cert(lineage_config, plugins, renewal_candidate)
  560.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1538, in renew_cert
  561.     le_client = _init_le_client(config, auth, installer)
  562.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  563.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  564.     return client.Client(config, acc, authenticator, installer, acme=acme)
  565.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  566.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  567.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  568.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  569.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  570.     directory = acme_client.ClientV2.get_directory(config.server, net)
  571.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  572.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  573.     return messages.Directory.from_json(net.get(url).json())
  574.                                         ^^^^^^^^^^^^
  575.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  576.     self._send_request('GET', url, **kwargs), content_type=content_type)
  577.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  578.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  579.     response = self.session.request(method, url, *args, **kwargs)
  580.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  581.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  582.     resp = self.send(prep, **send_kwargs)
  583.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  584.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  585.     r = adapter.send(request, **kwargs)
  586.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  587.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  588.     raise ConnectionError(e, request=request)
  589. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x772a5dd49950>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  590.  
  591. 2025-03-10 08:40:13,856:DEBUG:certbot._internal.display.obj:Notifying user:
  592. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  593. 2025-03-10 08:40:13,856:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
  594. 2025-03-10 08:40:13,856:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/npm-25/fullchain.pem (failure)
  595. 2025-03-10 08:40:13,857:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  596. 2025-03-10 08:40:13,857:DEBUG:certbot._internal.log:Exiting abnormally:
  597. Traceback (most recent call last):
  598.   File "/usr/bin/certbot", line 33, in <module>
  599.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  600.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  601.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  602.     return internal_main.main(cli_args)
  603.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  604.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  605.     return config.func(config, plugins)
  606.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  607.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1629, in renew
  608.     renewal.handle_renewal_request(config)
  609.   File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 558, in handle_renewal_request
  610.     raise errors.Error(
  611. certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
  612. 2025-03-10 08:40:13,857:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
  613. 2025-03-10 08:49:24,327:DEBUG:certbot._internal.main:certbot version: 2.1.0
  614. 2025-03-10 08:49:24,327:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  615. 2025-03-10 08:49:24,327:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-45', '--agree-tos', '--email', '[email protected]', '--domains', 'dash.tijn-lab.nl', '--authenticator', 'dns-cloudflare', '--dns-cloudflare-credentials', '/etc/letsencrypt/credentials/credentials-45', '--dns-cloudflare-propagation-seconds', '120']
  616. 2025-03-10 08:49:24,327:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  617. 2025-03-10 08:49:24,340:DEBUG:certbot._internal.log:Root logging level set at 30
  618. 2025-03-10 08:49:24,343:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  619. 2025-03-10 08:49:24,343:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  620. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  621. Interfaces: Authenticator, Plugin
  622. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  623. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x71482b39a1d0>
  624. Prep: True
  625. 2025-03-10 08:49:24,343:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x71482b39a1d0> and installer None
  626. 2025-03-10 08:49:24,344:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  627. 2025-03-10 08:49:24,401:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  628. 2025-03-10 08:49:24,402:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  629. 2025-03-10 08:49:24,403:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  630. 2025-03-10 08:49:44,419:DEBUG:certbot._internal.log:Exiting abnormally:
  631. Traceback (most recent call last):
  632.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  633.     conn = connection.create_connection(
  634.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  635.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  636.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  637.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  638.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  639.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  640.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  641. socket.gaierror: [Errno -3] Temporary failure in name resolution
  642.  
  643. During handling of the above exception, another exception occurred:
  644.  
  645. Traceback (most recent call last):
  646.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  647.     httplib_response = self._make_request(
  648.                        ^^^^^^^^^^^^^^^^^^^
  649.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  650.     self._validate_conn(conn)
  651.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  652.     conn.connect()
  653.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  654.     self.sock = conn = self._new_conn()
  655.                        ^^^^^^^^^^^^^^^^
  656.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  657.     raise NewConnectionError(
  658. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x71482b3abb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  659.  
  660. During handling of the above exception, another exception occurred:
  661.  
  662. Traceback (most recent call last):
  663.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  664.     resp = conn.urlopen(
  665.            ^^^^^^^^^^^^^
  666.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  667.     retries = retries.increment(
  668.               ^^^^^^^^^^^^^^^^^^
  669.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  670.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  671. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x71482b3abb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  672.  
  673. During handling of the above exception, another exception occurred:
  674.  
  675. Traceback (most recent call last):
  676.   File "/usr/bin/certbot", line 33, in <module>
  677.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  678.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  679.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  680.     return internal_main.main(cli_args)
  681.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  682.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  683.     return config.func(config, plugins)
  684.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  685.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1572, in certonly
  686.     le_client = _init_le_client(config, auth, installer)
  687.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  688.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  689.     return client.Client(config, acc, authenticator, installer, acme=acme)
  690.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  691.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  692.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  693.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  694.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  695.     directory = acme_client.ClientV2.get_directory(config.server, net)
  696.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  697.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  698.     return messages.Directory.from_json(net.get(url).json())
  699.                                         ^^^^^^^^^^^^
  700.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  701.     self._send_request('GET', url, **kwargs), content_type=content_type)
  702.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  703.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  704.     response = self.session.request(method, url, *args, **kwargs)
  705.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  706.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  707.     resp = self.send(prep, **send_kwargs)
  708.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  709.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  710.     r = adapter.send(request, **kwargs)
  711.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  712.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  713.     raise ConnectionError(e, request=request)
  714. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x71482b3abb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  715. 2025-03-10 08:49:44,422:ERROR:certbot._internal.log:An unexpected error occurred:
  716. 2025-03-10 08:49:44,422:ERROR:certbot._internal.log:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x71482b3abb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  717. 2025-03-10 08:53:15,709:DEBUG:certbot._internal.main:certbot version: 2.1.0
  718. 2025-03-10 08:53:15,709:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  719. 2025-03-10 08:53:15,709:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-46', '--agree-tos', '--email', '[email protected]', '--domains', 'dash.tijn-lab.nl', '--authenticator', 'dns-cloudflare', '--dns-cloudflare-credentials', '/etc/letsencrypt/credentials/credentials-46', '--dns-cloudflare-propagation-seconds', '120']
  720. 2025-03-10 08:53:15,709:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  721. 2025-03-10 08:53:15,725:DEBUG:certbot._internal.log:Root logging level set at 30
  722. 2025-03-10 08:53:15,725:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  723. 2025-03-10 08:53:15,725:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  724. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  725. Interfaces: Authenticator, Plugin
  726. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  727. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x75c917e6b090>
  728. Prep: True
  729. 2025-03-10 08:53:15,726:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x75c917e6b090> and installer None
  730. 2025-03-10 08:53:15,726:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  731. 2025-03-10 08:53:15,776:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  732. 2025-03-10 08:53:15,776:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  733. 2025-03-10 08:53:15,777:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  734. 2025-03-10 08:53:35,799:DEBUG:certbot._internal.log:Exiting abnormally:
  735. Traceback (most recent call last):
  736.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  737.     conn = connection.create_connection(
  738.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  739.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  740.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  741.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  742.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  743.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  744.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  745. socket.gaierror: [Errno -3] Temporary failure in name resolution
  746.  
  747. During handling of the above exception, another exception occurred:
  748.  
  749. Traceback (most recent call last):
  750.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  751.     httplib_response = self._make_request(
  752.                        ^^^^^^^^^^^^^^^^^^^
  753.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  754.     self._validate_conn(conn)
  755.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  756.     conn.connect()
  757.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  758.     self.sock = conn = self._new_conn()
  759.                        ^^^^^^^^^^^^^^^^
  760.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  761.     raise NewConnectionError(
  762. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x75c917e5bb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  763.  
  764. During handling of the above exception, another exception occurred:
  765.  
  766. Traceback (most recent call last):
  767.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  768.     resp = conn.urlopen(
  769.            ^^^^^^^^^^^^^
  770.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  771.     retries = retries.increment(
  772.               ^^^^^^^^^^^^^^^^^^
  773.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  774.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  775. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x75c917e5bb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  776.  
  777. During handling of the above exception, another exception occurred:
  778.  
  779. Traceback (most recent call last):
  780.   File "/usr/bin/certbot", line 33, in <module>
  781.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  782.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  783.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  784.     return internal_main.main(cli_args)
  785.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  786.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  787.     return config.func(config, plugins)
  788.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  789.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1572, in certonly
  790.     le_client = _init_le_client(config, auth, installer)
  791.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  792.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  793.     return client.Client(config, acc, authenticator, installer, acme=acme)
  794.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  795.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  796.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  797.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  798.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  799.     directory = acme_client.ClientV2.get_directory(config.server, net)
  800.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  801.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  802.     return messages.Directory.from_json(net.get(url).json())
  803.                                         ^^^^^^^^^^^^
  804.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  805.     self._send_request('GET', url, **kwargs), content_type=content_type)
  806.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  807.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  808.     response = self.session.request(method, url, *args, **kwargs)
  809.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  810.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  811.     resp = self.send(prep, **send_kwargs)
  812.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  813.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  814.     r = adapter.send(request, **kwargs)
  815.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  816.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  817.     raise ConnectionError(e, request=request)
  818. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x75c917e5bb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  819. 2025-03-10 08:53:35,802:ERROR:certbot._internal.log:An unexpected error occurred:
  820. 2025-03-10 08:53:35,803:ERROR:certbot._internal.log:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x75c917e5bb90>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  821. 2025-03-10 20:39:11,944:DEBUG:certbot._internal.main:certbot version: 2.1.0
  822. 2025-03-10 20:39:11,944:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  823. 2025-03-10 20:39:11,944:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/tmp/letsencrypt-log', '--cert-name', 'npm-47', '--agree-tos', '--email', '[email protected]', '--domains', '*.tijn-lab.nl', '--authenticator', 'dns-cloudflare', '--dns-cloudflare-credentials', '/etc/letsencrypt/credentials/credentials-47', '--dns-cloudflare-propagation-seconds', '120']
  824. 2025-03-10 20:39:11,945:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#dns-multi,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  825. 2025-03-10 20:39:11,959:DEBUG:certbot._internal.log:Root logging level set at 30
  826. 2025-03-10 20:39:11,961:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
  827. 2025-03-10 20:39:11,961:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-cloudflare
  828. Description: Obtain certificates using a DNS TXT record (if you are using Cloudflare for DNS).
  829. Interfaces: Authenticator, Plugin
  830. Entry point: dns-cloudflare = certbot_dns_cloudflare._internal.dns_cloudflare:Authenticator
  831. Initialized: <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7ecdd860f550>
  832. Prep: True
  833. 2025-03-10 20:39:11,961:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_cloudflare._internal.dns_cloudflare.Authenticator object at 0x7ecdd860f550> and installer None
  834. 2025-03-10 20:39:11,962:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-cloudflare, Installer None
  835. 2025-03-10 20:39:12,019:DEBUG:certbot._internal.main:Picked account: <Account RegistrationResource(body=Registration(key=None, c agreement=None, status=None, terms_of_service_agreed=None,  external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2152513645', new_authzr_uri=None, terms_of_service=None), 3745ab6fd4ea2c11e44d696b5088805e, Meta(creati 1, 5, 13, 48, 2, tzinfo=<UTC>), creati register_to_eff=None))>
  836. 2025-03-10 20:39:12,020:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  837. 2025-03-10 20:39:12,021:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  838. 2025-03-10 20:39:32,041:DEBUG:certbot._internal.log:Exiting abnormally:
  839. Traceback (most recent call last):
  840.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
  841.     conn = connection.create_connection(
  842.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  843.   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  844.     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  845.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  846.   File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
  847.     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  848.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  849. socket.gaierror: [Errno -3] Temporary failure in name resolution
  850.  
  851. During handling of the above exception, another exception occurred:
  852.  
  853. Traceback (most recent call last):
  854.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
  855.     httplib_response = self._make_request(
  856.                        ^^^^^^^^^^^^^^^^^^^
  857.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
  858.     self._validate_conn(conn)
  859.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
  860.     conn.connect()
  861.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
  862.     self.sock = conn = self._new_conn()
  863.                        ^^^^^^^^^^^^^^^^
  864.   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
  865.     raise NewConnectionError(
  866. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ecdced3c710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
  867.  
  868. During handling of the above exception, another exception occurred:
  869.  
  870. Traceback (most recent call last):
  871.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
  872.     resp = conn.urlopen(
  873.            ^^^^^^^^^^^^^
  874.   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
  875.     retries = retries.increment(
  876.               ^^^^^^^^^^^^^^^^^^
  877.   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
  878.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  879. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ecdced3c710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  880.  
  881. During handling of the above exception, another exception occurred:
  882.  
  883. Traceback (most recent call last):
  884.   File "/usr/bin/certbot", line 33, in <module>
  885.     sys.exit(load_entry_point('certbot==2.1.0', 'console_scripts', 'certbot')())
  886.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  887.   File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  888.     return internal_main.main(cli_args)
  889.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  890.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1736, in main
  891.     return config.func(config, plugins)
  892.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  893.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1572, in certonly
  894.     le_client = _init_le_client(config, auth, installer)
  895.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  896.   File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 832, in _init_le_client
  897.     return client.Client(config, acc, authenticator, installer, acme=acme)
  898.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  899.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 297, in __init__
  900.     acme = acme_from_config_key(config, self.account.key, self.account.regr)
  901.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  902.   File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  903.     directory = acme_client.ClientV2.get_directory(config.server, net)
  904.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  905.   File "/usr/lib/python3/dist-packages/acme/client.py", line 303, in get_directory
  906.     return messages.Directory.from_json(net.get(url).json())
  907.                                         ^^^^^^^^^^^^
  908.   File "/usr/lib/python3/dist-packages/acme/client.py", line 678, in get
  909.     self._send_request('GET', url, **kwargs), content_type=content_type)
  910.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  911.   File "/usr/lib/python3/dist-packages/acme/client.py", line 620, in _send_request
  912.     response = self.session.request(method, url, *args, **kwargs)
  913.                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  914.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
  915.     resp = self.send(prep, **send_kwargs)
  916.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  917.   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
  918.     r = adapter.send(request, **kwargs)
  919.         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  920.   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
  921.     raise ConnectionError(e, request=request)
  922. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ecdced3c710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  923. 2025-03-10 20:39:32,044:ERROR:certbot._internal.log:An unexpected error occurred:
  924. 2025-03-10 20:39:32,044:ERROR:certbot._internal.log:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ecdced3c710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
  925.  
captcha