Advertisement
Guest User

Untitled

a guest
Sep 11th, 2023
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1.  
  2. 2023-09-11 09:36:08,836:DEBUG:acme.client:Storing nonce: 54K1CK85TpV6TJt6sDQG-BqotUx38U-u93L9xHVzS1zAC7cQEPs
  3. 2023-09-11 09:36:08,837:INFO:certbot._internal.auth_handler:Challenge failed for domain webmail.example.com
  4. 2023-09-11 09:36:08,837:INFO:certbot._internal.auth_handler:dns-01 challenge for webmail.example.com
  5. 2023-09-11 09:36:08,838:DEBUG:certbot._internal.display.obj:Notifying user:
  6. Certbot failed to authenticate some domains (authenticator: dns-rfc2136). The Certificate Authority reported these problems:
  7. Domain: webmail.example.com
  8. Type: unauthorized
  9. Detail: Incorrect TXT record "WrBP2Uyn4aJFUxD2DDa1nInnL2wVwBhxTm7RcsKR" found at _acme-challenge.webmail.example.com
  10.  
  11. Hint: The Certificate Authority failed to verify the DNS TXT records created by --dns-rfc2136. Ensure the above domains are hosted by this DNS provider, or try increasing --dns-rfc2136-propagation-seconds (currently 60 seconds).
  12.  
  13. 2023-09-11 09:36:08,851:DEBUG:certbot._internal.error_handler:Encountered exception:
  14. Traceback (most recent call last):
  15. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
  16. self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
  17. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/auth_handler.py", line 212, in _poll_authorizations
  18. raise errors.AuthorizationError('Some challenges have failed.')
  19. certbot.errors.AuthorizationError: Some challenges have failed.
  20.  
  21. 2023-09-11 09:36:08,851:DEBUG:certbot._internal.error_handler:Calling registered functions
  22. 2023-09-11 09:36:08,851:INFO:certbot._internal.auth_handler:Cleaning up challenges
  23. 2023-09-11 09:36:08,855:DEBUG:certbot_dns_rfc2136._internal.dns_rfc2136:No authoritative SOA record found for _acme-challenge.webmail.example.com
  24. 2023-09-11 09:36:08,856:DEBUG:certbot_dns_rfc2136._internal.dns_rfc2136:No authoritative SOA record found for webmail.example.com
  25. 2023-09-11 09:36:08,859:DEBUG:certbot_dns_rfc2136._internal.dns_rfc2136:Received authoritative SOA response for example.com
  26. 2023-09-11 09:36:08,864:DEBUG:certbot_dns_rfc2136._internal.dns_rfc2136:Successfully deleted TXT record _acme-challenge.webmail.example.com
  27. 2023-09-11 09:36:08,865:ERROR:certbot._internal.log:Exiting abnormally:
  28. Traceback (most recent call last):
  29. File "/usr/local/bin/certbot", line 33, in <module>
  30. sys.exit(load_entry_point('certbot==2.6.0', 'console_scripts', 'certbot')())
  31. File "/usr/local/lib/python3.9/site-packages/certbot/main.py", line 19, in main
  32. return internal_main.main(cli_args)
  33. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py", line 1864, in main
  34. return config.func(config, plugins)
  35. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py", line 1597, in certonly
  36. lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  37. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert
  38. lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  39. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/client.py", line 517, in obtain_and_enroll_certificate
  40. cert, chain, key, _ = self.obtain_certificate(domains)
  41. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/client.py", line 428, in obtain_certificate
  42. orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  43. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/client.py", line 496, in _get_order_and_authorizations
  44. authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  45. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
  46. self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
  47. File "/usr/local/lib/python3.9/site-packages/certbot/_internal/auth_handler.py", line 212, in _poll_authorizations
  48. raise errors.AuthorizationError('Some challenges have failed.')
  49. certbot.errors.AuthorizationError: Some challenges have failed.
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement