Hi folks,
I am facing the following issue while trying to generate my certificate for my domain akrambenaissi.com
Error creating new authz :: Name is not whitelisted
And the full log is:
Wadez-Wood:letsencrypt Akram$ ./letsencrypt-auto --agree-dev-preview --server https://acme-v01.api.letsencrypt.org/directory certonly --debug
Updating letsencrypt and virtual environment dependencies.......
Running with virtualenv: sudo /Users/Akram/.local/share/letsencrypt/bin/letsencrypt --agree-dev-preview --server https://acme-v01.api.letsencrypt.org/directory certonly --debug
raceback (most recent call last):
File "/Users/Akram/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 1206, in main
return args.func(args, config, plugins)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 500, in obtain_cert
_auth_from_domains(le_client, config, domains)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 325, in _auth_from_domains
lineage = le_client.obtain_and_enroll_certificate(domains)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 283, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 266, in obtain_certificate
return self._obtain_certificate(domains, csr) + (key, csr)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 224, in _obtain_certificate
authzr = self.auth_handler.get_authorizations(domains)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/auth_handler.py", line 74, in get_authorizations
domain, self.account.regr.new_authzr_uri)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 215, in request_domain_challenges
typ=messages.IDENTIFIER_FQDN, value=domain), new_authz_uri)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 195, in request_challenges
response = self.net.post(new_authzr_uri, new_authz)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 628, in post
return self._check_response(response, content_type=content_type)
File "/Users/Akram/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 544, in _check_response
raise messages.Error.from_json(jobj)
Error: unauthorized :: The client lacks sufficient authorization :: Error creating new authz :: Name is not whitelisted
I was thinking that this was related to this issue: https://github.com/letsencrypt/letsencrypt/issues/1283#issuecomment-159192068
But it seems, that the issue may have a lot of causes.
can you help ?