Advertisement
Guest User

ERROR Log

a guest
Jun 13th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. 2024-06-13 10:18:14,606:DEBUG:certbot._internal.error_handler:Calling registered functions
  2. 2024-06-13 10:18:14,606:INFO:certbot._internal.auth_handler:Cleaning up challenges
  3. 2024-06-13 10:18:14,693:DEBUG:root:Parameter resolve_zone_name is not set, use tldextract to guess the zone name from known TLDs
  4. 2024-06-13 10:18:14,694:DEBUG:filelock:Attempting to acquire lock 140043512246288 on /tmp/npmuserhome/.lexicon_tld_set/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
  5. 2024-06-13 10:18:14,695:DEBUG:filelock:Lock 140043512246288 acquired on /tmp/npmuserhome/.lexicon_tld_set/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
  6. 2024-06-13 10:18:14,697:DEBUG:filelock:Attempting to release lock 140043512246288 on /tmp/npmuserhome/.lexicon_tld_set/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
  7. 2024-06-13 10:18:14,698:DEBUG:filelock:Lock 140043512246288 released on /tmp/npmuserhome/.lexicon_tld_set/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock
  8. 2024-06-13 10:18:14,750:DEBUG:root:Actual zone name resolved for domain DOMAINNAME: DOMAINNAME
  9. 2024-06-13 10:18:14,750:DEBUG:root:Override resolved zone name because --delegated option is set: DOMAINNAME
  10. 2024-06-13 10:18:14,758:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.godaddy.com:443
  11. 2024-06-13 10:18:15,196:DEBUG:urllib3.connectionpool:https://api.godaddy.com:443 "GET /v1/domains/DOMAINNAME HTTP/1.1" 401 98
  12. 2024-06-13 10:18:15,198:DEBUG:certbot.plugins.dns_common_lexicon:Encountered error finding domain_id during deletion: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
  13. Traceback (most recent call last):
  14. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 250, in _resolve_domain
  15. with Client(self._build_lexicon_config(domain_name)):
  16. File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 168, in __enter__
  17. raise e
  18. File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 161, in __enter__
  19. provider.authenticate()
  20. File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
  21. result = self._get(f"/domains/{domain}")
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. File "/opt/certbot/lib/python3.11/site-packages/lexicon/interfaces.py", line 162, in _get
  24. return self._request("GET", url, query_params=query_params)
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
  27. result.raise_for_status()
  28. File "/opt/certbot/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
  29. raise HTTPError(http_error_msg, response=self)
  30. requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME
  31.  
  32. During handling of the above exception, another exception occurred:
  33.  
  34. Traceback (most recent call last):
  35. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 88, in handle_authorizations
  36. resps = self.auth.perform(achalls)
  37. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common.py", line 76, in perform
  39. self._perform(domain, validation_domain_name, validation)
  40. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 220, in _perform
  41. resolved_domain = self._resolve_domain(domain)
  42. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  43. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 256, in _resolve_domain
  44. raise result1
  45. certbot.errors.PluginError: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 250, in _resolve_domain
  51. with Client(self._build_lexicon_config(domain_name)):
  52. File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 168, in __enter__
  53. raise e
  54. File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 161, in __enter__
  55. provider.authenticate()
  56. File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
  57. result = self._get(f"/domains/{domain}")
  58. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  59. File "/opt/certbot/lib/python3.11/site-packages/lexicon/interfaces.py", line 162, in _get
  60. return self._request("GET", url, query_params=query_params)
  61. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  62. File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
  63. result.raise_for_status()
  64. File "/opt/certbot/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
  65. raise HTTPError(http_error_msg, response=self)
  66. requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME
  67.  
  68. During handling of the above exception, another exception occurred:
  69.  
  70. Traceback (most recent call last):
  71. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 231, in _cleanup
  72. resolved_domain = self._resolve_domain(domain)
  73. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  74. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 256, in _resolve_domain
  75. raise result1
  76. certbot.errors.PluginError: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
  77. 2024-06-13 10:18:15,203:DEBUG:certbot._internal.log:Exiting abnormally:
  78. Traceback (most recent call last):
  79. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 250, in _resolve_domain
  80. with Client(self._build_lexicon_config(domain_name)):
  81. File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 168, in __enter__
  82. raise e
  83. File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 161, in __enter__
  84. provider.authenticate()
  85. File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
  86. result = self._get(f"/domains/{domain}")
  87. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  88. File "/opt/certbot/lib/python3.11/site-packages/lexicon/interfaces.py", line 162, in _get
  89. return self._request("GET", url, query_params=query_params)
  90. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  91. File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
  92. result.raise_for_status()
  93. File "/opt/certbot/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
  94. raise HTTPError(http_error_msg, response=self)
  95. requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME
  96.  
  97. During handling of the above exception, another exception occurred:
  98.  
  99. Traceback (most recent call last):
  100. File "/opt/certbot/bin/certbot", line 8, in <module>
  101. sys.exit(main())
  102. ^^^^^^
  103. File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 19, in main
  104. return internal_main.main(cli_args)
  105. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  106. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1869, in main
  107. return config.func(config, plugins)
  108. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  109. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1600, in certonly
  110. lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  111. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  112. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
  113. lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  114. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  115. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 517, in obtain_and_enroll_certificate
  116. cert, chain, key, _ = self.obtain_certificate(domains)
  117. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  118. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 428, in obtain_certificate
  119. orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  120. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  121. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 496, in _get_order_and_authorizations
  122. authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  123. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  124. File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 88, in handle_authorizations
  125. resps = self.auth.perform(achalls)
  126. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  127. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common.py", line 76, in perform
  128. self._perform(domain, validation_domain_name, validation)
  129. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 220, in _perform
  130. resolved_domain = self._resolve_domain(domain)
  131. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  132. File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 256, in _resolve_domain
  133. raise result1
  134. certbot.errors.PluginError: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
  135. 2024-06-13 10:18:15,208:ERROR:certbot._internal.log:Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement