Guest User

Lets

a guest
Aug 5th, 2026
18
0
6 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. 2026-08-05 16:09:28,695:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3598644711/753439360901 HTTP/1.1" 200 1071
  2. 2026-08-05 16:09:28,696:DEBUG:acme.client:Received response:
  3. HTTP 200
  4. Server: nginx
  5. Date: Wed, 05 Aug 2026 13:09:28 GMT
  6. Content-Type: application/json
  7. Content-Length: 1071
  8. Connection: keep-alive
  9. Boulder-Requester: 3598644711
  10. Cache-Control: public, max-age=0, no-cache
  11. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  12. Replay-Nonce: B-0UAE0WGkqEj5w_TDMnjEf3fgQJZjmZY1de1OJg6J1W4mi4LeE
  13. X-Frame-Options: DENY
  14. Strict-Transport-Security: max-age=604800
  15.  
  16. {
  17. "identifier": {
  18. "type": "dns",
  19. "value": "adminpanel.site.net"
  20. },
  21. "status": "invalid",
  22. "expires": "2026-08-12T13:09:26Z",
  23. "challenges": [
  24. {
  25. "type": "http-01",
  26. "url": "https://acme-v02.api.letsencrypt.org/acme/chall/3598644711/753439360901/vNXJXw",
  27. "status": "invalid",
  28. "validated": "2026-08-05T13:09:27Z",
  29. "error": {
  30. "type": "urn:ietf:params:acme:error:unauthorized",
  31. "detail": "[IP ADDRESS]: Invalid response from http://adminpanel.site.net/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY: 404",
  32. "status": 403
  33. },
  34. "token": "68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY",
  35. "validationRecord": [
  36. {
  37. "url": "http://adminpanel.site.net/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY",
  38. "hostname": "adminpanel.site.net",
  39. "port": "80",
  40. "addressesResolved": [
  41. "[IP ADDRESS]"
  42. ],
  43. "addressUsed": "[IP ADDRESS]"
  44. }
  45. ]
  46. }
  47. ]
  48. }
  49. 2026-08-05 16:09:28,696:DEBUG:acme.client:Storing nonce: B-0UAE0WGkqEj5w_TDMnjEf3fgQJZjmZY1de1OJg6J1W4mi4LeE
  50. 2026-08-05 16:09:28,696:INFO:certbot._internal.auth_handler:Challenge failed for domain adminpanel.site.net
  51. 2026-08-05 16:09:28,696:INFO:certbot._internal.auth_handler:http-01 challenge for adminpanel.site.net
  52. 2026-08-05 16:09:28,696:DEBUG:certbot._internal.display.obj:Notifying user:
  53. Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
  54. Domain: adminpanel.site.net
  55. Type: unauthorized
  56. Detail: [IP ADDRESS]: Invalid response from http://adminpanel.site.net/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY: 404
  57.  
  58. Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
  59.  
  60. 2026-08-05 16:09:28,697:DEBUG:certbot._internal.error_handler:Encountered exception:
  61. Traceback (most recent call last):
  62. File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
  63. self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
  64. File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 212, in _poll_authorizations
  65. raise errors.AuthorizationError('Some challenges have failed.')
  66. certbot.errors.AuthorizationError: Some challenges have failed.
  67.  
  68. 2026-08-05 16:09:28,697:DEBUG:certbot._internal.error_handler:Calling registered functions
  69. 2026-08-05 16:09:28,697:INFO:certbot._internal.auth_handler:Cleaning up challenges
  70. 2026-08-05 16:09:28,697:DEBUG:certbot._internal.plugins.webroot:Removing /var/www/html/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY
  71. 2026-08-05 16:09:28,697:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
  72. 2026-08-05 16:09:28,697:DEBUG:certbot._internal.log:Exiting abnormally:
  73. Traceback (most recent call last):
  74. File "/usr/bin/certbot", line 33, in <module>
  75. sys.exit(load_entry_point('certbot==2.9.0', 'console_scripts', 'certbot')())
  76. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  77. File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
  78. return internal_main.main(cli_args)
  79. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  80. File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1894, in main
  81. return config.func(config, plugins)
  82. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  83. File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1600, in certonly
  84. lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  85. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  86. File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
  87. lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  88. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  89. File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 517, in obtain_and_enroll_certificate
  90. cert, chain, key, _ = self.obtain_certificate(domains)
  91. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  92. File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 428, in obtain_certificate
  93. orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  94. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  95. File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 496, in _get_order_and_authorizations
  96. authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  97. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  98. File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
  99. self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
  100. File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 212, in _poll_authorizations
  101. raise errors.AuthorizationError('Some challenges have failed.')
  102. certbot.errors.AuthorizationError: Some challenges have failed.
  103. 2026-08-05 16:09:28,698:ERROR:certbot._internal.log:Some challenges have failed.
  104. 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:certbot version: 2.9.0
  105. 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
  106. 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:Arguments: ['-q', '--no-random-sleep-on-renew']
  107. 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  108. 2026-08-05 16:09:29,734:DEBUG:certbot._internal.log:Root logging level set at 40
  109. 2026-08-05 16:09:29,734:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/site.net.conf
  110. 2026-08-05 16:09:29,735:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
  111. 2026-08-05 16:09:29,750:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/site.net/cert1.pem
  112. 2026-08-05 16:09:29,754:DEBUG:certbot._internal.display.obj:Notifying user: Certificate not yet due for renewal
  113. 2026-08-05 16:09:29,754:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
  114. 2026-08-05 16:09:29,754:DEBUG:certbot._internal.display.obj:Notifying user:
  115. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  116. 2026-08-05 16:09:29,754:DEBUG:certbot._internal.display.obj:Notifying user: The following certificates are not due for renewal yet:
  117. 2026-08-05 16:09:29,755:DEBUG:certbot._internal.display.obj:Notifying user: /etc/letsencrypt/live/site.net/fullchain.pem expires on 2026-11-02 (skipped)
  118. 2026-08-05 16:09:29,755:DEBUG:certbot._internal.display.obj:Notifying user: No renewals were attempted.
  119. 2026-08-05 16:09:29,755:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  120. 2026-08-05 16:09:29,755:DEBUG:certbot._internal.renewal:no renewal failures
Advertisement
Add Comment
Please, Sign In to add comment