Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2024-06-13 10:18:14,606:DEBUG:certbot._internal.error_handler:Calling registered functions
- 2024-06-13 10:18:14,606:INFO:certbot._internal.auth_handler:Cleaning up challenges
- 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
- 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
- 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
- 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
- 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
- 2024-06-13 10:18:14,750:DEBUG:root:Actual zone name resolved for domain DOMAINNAME: DOMAINNAME
- 2024-06-13 10:18:14,750:DEBUG:root:Override resolved zone name because --delegated option is set: DOMAINNAME
- 2024-06-13 10:18:14,758:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.godaddy.com:443
- 2024-06-13 10:18:15,196:DEBUG:urllib3.connectionpool:https://api.godaddy.com:443 "GET /v1/domains/DOMAINNAME HTTP/1.1" 401 98
- 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.
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 250, in _resolve_domain
- with Client(self._build_lexicon_config(domain_name)):
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 168, in __enter__
- raise e
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 161, in __enter__
- provider.authenticate()
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
- result = self._get(f"/domains/{domain}")
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/interfaces.py", line 162, in _get
- return self._request("GET", url, query_params=query_params)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
- result.raise_for_status()
- File "/opt/certbot/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
- raise HTTPError(http_error_msg, response=self)
- requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 88, in handle_authorizations
- resps = self.auth.perform(achalls)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common.py", line 76, in perform
- self._perform(domain, validation_domain_name, validation)
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 220, in _perform
- resolved_domain = self._resolve_domain(domain)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 256, in _resolve_domain
- raise result1
- certbot.errors.PluginError: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 250, in _resolve_domain
- with Client(self._build_lexicon_config(domain_name)):
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 168, in __enter__
- raise e
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 161, in __enter__
- provider.authenticate()
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
- result = self._get(f"/domains/{domain}")
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/interfaces.py", line 162, in _get
- return self._request("GET", url, query_params=query_params)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
- result.raise_for_status()
- File "/opt/certbot/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
- raise HTTPError(http_error_msg, response=self)
- requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 231, in _cleanup
- resolved_domain = self._resolve_domain(domain)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 256, in _resolve_domain
- raise result1
- certbot.errors.PluginError: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
- 2024-06-13 10:18:15,203:DEBUG:certbot._internal.log:Exiting abnormally:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 250, in _resolve_domain
- with Client(self._build_lexicon_config(domain_name)):
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 168, in __enter__
- raise e
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/client.py", line 161, in __enter__
- provider.authenticate()
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
- result = self._get(f"/domains/{domain}")
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/interfaces.py", line 162, in _get
- return self._request("GET", url, query_params=query_params)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
- result.raise_for_status()
- File "/opt/certbot/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
- raise HTTPError(http_error_msg, response=self)
- requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/bin/certbot", line 8, in <module>
- sys.exit(main())
- ^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 19, in main
- return internal_main.main(cli_args)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1869, in main
- return config.func(config, plugins)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1600, in certonly
- lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
- lineage = le_client.obtain_and_enroll_certificate(domains, certname)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 517, in obtain_and_enroll_certificate
- cert, chain, key, _ = self.obtain_certificate(domains)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 428, in obtain_certificate
- orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 496, in _get_order_and_authorizations
- authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 88, in handle_authorizations
- resps = self.auth.perform(achalls)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common.py", line 76, in perform
- self._perform(domain, validation_domain_name, validation)
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 220, in _perform
- resolved_domain = self._resolve_domain(domain)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/opt/certbot/lib/python3.11/site-packages/certbot/plugins/dns_common_lexicon.py", line 256, in _resolve_domain
- raise result1
- certbot.errors.PluginError: Error determining zone identifier for DOMAINNAME: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/DOMAINNAME.
- 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