Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.7/site-packages/certbot_dns_godaddy.py", line 109, in del_txt_record
- self._find_domain_id(ex.registered_domain)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/plugins/dns_common_lexicon.py", line 102, in _find_domain_id
- raise result1
- certbot.errors.PluginError: Error determining zone identifier for xxx: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/xxx.
- 2023-10-23 16:52:32,153:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.godaddy.com:443
- 2023-10-23 16:52:32,340:DEBUG:urllib3.connectionpool:https://api.godaddy.com:443 "GET /v1/domains/xxx HTTP/1.1" 401 98
- 2023-10-23 16:52:32,344:DEBUG:certbot_dns_godaddy:Encountered error finding domain_id during deletion: Error determining zone identifier for xxx: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/xxx.
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
- self._poll_authorizations(authzrs, max_retries, best_effort)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
- raise errors.AuthorizationError('Some challenges have failed.')
- certbot.errors.AuthorizationError: Some challenges have failed.
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.7/site-packages/certbot/plugins/dns_common_lexicon.py", line 95, in _find_domain_id
- self.provider.authenticate()
- File "/opt/certbot/lib/python3.7/site-packages/lexicon/_private/providers/godaddy.py", line 62, in authenticate
- result = self._get(f"/domains/{domain}")
- File "/opt/certbot/lib/python3.7/site-packages/lexicon/interfaces.py", line 162, in _get
- return self._request("GET", url, query_params=query_params)
- File "/opt/certbot/lib/python3.7/site-packages/lexicon/_private/providers/godaddy.py", line 338, in _request
- result.raise_for_status()
- File "/opt/certbot/lib/python3.7/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/xxxx
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/opt/certbot/lib/python3.7/site-packages/certbot_dns_godaddy.py", line 109, in del_txt_record
- self._find_domain_id(ex.registered_domain)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/plugins/dns_common_lexicon.py", line 102, in _find_domain_id
- raise result1
- certbot.errors.PluginError: Error determining zone identifier for xxx: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/xxxx.
- 2023-10-23 16:52:32,347:DEBUG:certbot._internal.log:Exiting abnormally:
- Traceback (most recent call last):
- File "/usr/bin/certbot", line 8, in <module>
- sys.exit(main())
- File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 19, in main
- return internal_main.main(cli_args)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1744, in main
- return config.func(config, plugins)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1591, in certonly
- lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert
- lineage = le_client.obtain_and_enroll_certificate(domains, certname)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 530, in obtain_and_enroll_certificate
- cert, chain, key, _ = self.obtain_certificate(domains)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 442, in obtain_certificate
- orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 510, in _get_order_and_authorizations
- authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
- self._poll_authorizations(authzrs, max_retries, best_effort)
- File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
- raise errors.AuthorizationError('Some challenges have failed.')
- certbot.errors.AuthorizationError: Some challenges have failed.
- 2023-10-23 16:52:32,352:ERROR:certbot._internal.log:Some challenges have failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement