Guest User

Untitled

a guest
May 16th, 2025
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.50 KB | None | 0 0
  1. 2025-05-16 14:24:15,461:DEBUG:certbot._internal.main:certbot version: 2.3.0
  2. 2025-05-16 14:24:15,462:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/local/bin/certbot
  3. 2025-05-16 14:24:15,462:DEBUG:certbot._internal.main:Arguments: ['-v', '--dry-run']
  4. 2025-05-16 14:24:15,462:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-constellix,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  5. 2025-05-16 14:24:15,500:DEBUG:certbot._internal.log:Root logging level set at 20
  6. 2025-05-16 14:24:15,504:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/sipengines.com.conf
  7. 2025-05-16 14:24:15,575:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7fb6e331f700> and installer <certbot._internal.cli.cli_utils._Default object at 0x7fb6e331f700>
  8. 2025-05-16 14:24:15,575:DEBUG:certbot._internal.cli:Var dry_run=True (set by user).
  9. 2025-05-16 14:24:15,576:DEBUG:certbot._internal.cli:Var server={'staging', 'dry_run'} (set by user).
  10. 2025-05-16 14:24:15,576:DEBUG:certbot._internal.cli:Var dry_run=True (set by user).
  11. 2025-05-16 14:24:15,576:DEBUG:certbot._internal.cli:Var server={'staging', 'dry_run'} (set by user).
  12. 2025-05-16 14:24:15,577:DEBUG:certbot._internal.cli:Var account={'server'} (set by user).
  13. 2025-05-16 14:24:15,640:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/sipengines.com/cert14.pem
  14. 2025-05-16 14:24:15,668:INFO:certbot._internal.renewal:Certificate not due for renewal, but simulating renewal for dry run
  15. 2025-05-16 14:24:15,669:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-constellix and installer None
  16. 2025-05-16 14:24:15,679:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * dns-constellix
  17. Description: Obtain certificates using a DNS TXT record (if you are using Constellix for DNS).
  18. Interfaces: Authenticator, Plugin
  19. Entry point: dns-constellix = certbot_dns_constellix.dns_constellix:Authenticator
  20. Initialized: <certbot_dns_constellix.dns_constellix.Authenticator object at 0x7fb6e32cfd30>
  21. Prep: True
  22. 2025-05-16 14:24:15,680:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_dns_constellix.dns_constellix.Authenticator object at 0x7fb6e32cfd30> and installer None
  23. 2025-05-16 14:24:15,680:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator dns-constellix, Installer None
  24. 2025-05-16 14:24:15,951:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-staging-v02.api.letsencrypt.org/acme/acct/200270944', new_authzr_uri=None, terms_of_service=None), dca7e9b39f1f2d5540330a33f01339c9, Meta(creation_dt=datetime.datetime(2025, 5, 16, 12, 33, 52, tzinfo=<UTC>), creation_host='portal-east.sipengines.com', register_to_eff=None))>
  25. 2025-05-16 14:24:15,954:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory.
  26. 2025-05-16 14:24:15,961:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org:443
  27. 2025-05-16 14:25:01,059:ERROR:certbot._internal.renewal:Failed to renew certificate sipengines.com with error: Requesting acme-staging-v02.api.letsencrypt.org/directory: Network is unreachable
  28. 2025-05-16 14:25:01,070:DEBUG:certbot._internal.renewal:Traceback was:
  29. Traceback (most recent call last):
  30. File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
  31. conn = connection.create_connection(
  32. File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
  33. raise err
  34. File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
  35. sock.connect(sa)
  36. OSError: [Errno 101] Network is unreachable
  37.  
  38. During handling of the above exception, another exception occurred:
  39.  
  40. Traceback (most recent call last):
  41. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
  42. httplib_response = self._make_request(
  43. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request
  44. self._validate_conn(conn)
  45. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn
  46. conn.connect()
  47. File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect
  48. conn = self._new_conn()
  49. File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
  50. raise NewConnectionError(
  51. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fb6e331ddc0>: Failed to establish a new connection: [Errno 101] Network is unreachable
  52.  
  53. During handling of the above exception, another exception occurred:
  54.  
  55. Traceback (most recent call last):
  56. File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
  57. resp = conn.urlopen(
  58. File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
  59. retries = retries.increment(
  60. File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment
  61. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  62. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-staging-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb6e331ddc0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
  63.  
  64. During handling of the above exception, another exception occurred:
  65.  
  66. Traceback (most recent call last):
  67. File "/usr/local/lib/python3.9/dist-packages/acme/client.py", line 620, in _send_request
  68. response = self.session.request(method, url, *args, **kwargs)
  69. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
  70. resp = self.send(prep, **send_kwargs)
  71. File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
  72. r = adapter.send(request, **kwargs)
  73. File "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
  74. raise ConnectionError(e, request=request)
  75. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-staging-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb6e331ddc0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
  76.  
  77. During handling of the above exception, another exception occurred:
  78.  
  79. Traceback (most recent call last):
  80. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/renewal.py", line 525, in handle_renewal_request
  81. main.renew_cert(lineage_config, plugins, renewal_candidate)
  82. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/main.py", line 1543, in renew_cert
  83. le_client = _init_le_client(config, auth, installer)
  84. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/main.py", line 834, in _init_le_client
  85. return client.Client(config, acc, authenticator, installer, acme=acme)
  86. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/client.py", line 297, in __init__
  87. acme = acme_from_config_key(config, self.account.key, self.account.regr)
  88. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/client.py", line 72, in acme_from_config_key
  89. directory = acme_client.ClientV2.get_directory(config.server, net)
  90. File "/usr/local/lib/python3.9/dist-packages/acme/client.py", line 303, in get_directory
  91. return messages.Directory.from_json(net.get(url).json())
  92. File "/usr/local/lib/python3.9/dist-packages/acme/client.py", line 678, in get
  93. self._send_request('GET', url, **kwargs), content_type=content_type)
  94. File "/usr/local/lib/python3.9/dist-packages/acme/client.py", line 642, in _send_request
  95. raise ValueError(f"Requesting {host}{path}:{err_msg}")
  96. ValueError: Requesting acme-staging-v02.api.letsencrypt.org/directory: Network is unreachable
  97.  
  98. 2025-05-16 14:25:01,071:DEBUG:certbot._internal.display.obj:Notifying user:
  99. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  100. 2025-05-16 14:25:01,071:ERROR:certbot._internal.renewal:All simulated renewals failed. The following certificates could not be renewed:
  101. 2025-05-16 14:25:01,072:ERROR:certbot._internal.renewal: /etc/letsencrypt/live/sipengines.com/fullchain.pem (failure)
  102. 2025-05-16 14:25:01,072:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  103. 2025-05-16 14:25:01,073:DEBUG:certbot._internal.log:Exiting abnormally:
  104. Traceback (most recent call last):
  105. File "/usr/local/bin/certbot", line 8, in <module>
  106. sys.exit(main())
  107. File "/usr/local/lib/python3.9/dist-packages/certbot/main.py", line 19, in main
  108. return internal_main.main(cli_args)
  109. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/main.py", line 1862, in main
  110. return config.func(config, plugins)
  111. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/main.py", line 1634, in renew
  112. renewal.handle_renewal_request(config)
  113. File "/usr/local/lib/python3.9/dist-packages/certbot/_internal/renewal.py", line 551, in handle_renewal_request
  114. raise errors.Error(
  115. certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
  116. 2025-05-16 14:25:01,075:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
Add Comment
Please, Sign In to add comment