namecheap issues #760
simonmcnair
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for making this program. I'm having issues with my namecheap account authentication and hoped you could help. Config similar to as follows:
draft: false
acme:
email_account: [email protected]
staging: true
profiles:
provider: "namecheap"
provider_options:
auth_username: billybob
auth_token: thisismytoken
auth_client_ip: 127.0.0.1
auth_sandbox : true
max_checks: 5
delegated_subdomain: frank.lamb.co.uk
certificates:
profile: namecheap_profile
error:
2022-05-05 11:14:03,115:WARNING:certbot.display.ops:Hook '--manual-cleanup-hook' for qbit.frank.lamb.co.uk ran with error output:
Error while executing the
cleanup
hook:Authentication failed:
0 - Unknown exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/lexicon/providers/namecheap.py", line 115, in _authenticate
xml = self.client.call("namecheap.domains.getInfo", extra_payload)
File "/usr/local/lib/python3.9/site-packages/lexicon/providers/namecheap.py", line 353, in call
xml = self._fetch_xml(payload, extra_payload)
File "/usr/local/lib/python3.9/site-packages/lexicon/providers/namecheap.py", line 389, in _fetch_xml
raise _ApiError(0, "Unknown exception")
lexicon.providers.namecheap._ApiError: 0 - Unknown exception
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/dnsrobocert/core/hooks.py", line 40, in main
globals()[parsed_args.type](dnsrobocert_config, parsed_args.lineage)
File "/usr/local/lib/python3.9/site-packages/dnsrobocert/core/hooks.py", line 123, in cleanup
txt_challenge(certificate, profile, token, domain, action="delete")
File "/usr/local/lib/python3.9/site-packages/dnsrobocert/core/challenge.py", line 58, in txt_challenge
Client(lexicon_config).execute()
File "/usr/local/lib/python3.9/site-packages/lexicon/client.py", line 81, in execute
self.provider.authenticate()
File "/usr/local/lib/python3.9/site-packages/lexicon/providers/base.py", line 73, in authenticate
self._authenticate()
File "/usr/local/lib/python3.9/site-packages/lexicon/providers/namecheap.py", line 121, in _authenticate
raise AuthenticationError(f"Authentication failed:
{str(err)}
")lexicon.exceptions.AuthenticationError: Authentication failed:
0 - Unknown exception
Beta Was this translation helpful? Give feedback.
All reactions