Hi,
Got the same issue here:
y-Nonce': 'xjFJLt0XiovbDSrocN2Tr1OUBmcZt5c1QB4mbkLKs-c'}): '{"type":"urn:acme:error:unauthorized","detail":"Error creating new authz :: Name is not whitelisted"}'
2015-10-27 12:30:53,073:DEBUG:letsencrypt.cli:Exiting abnormally:
Traceback (most recent call last):
File "/home/hindy/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 1097, in main
return args.func(args, config, plugins)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 473, in auth
_auth_from_domains(le_client, config, domains, plugins)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 313, in _auth_from_domains
lineage = le_client.obtain_and_enroll_certificate(domains, plugins)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/client.py", line 229, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/client.py", line 212, in obtain_certificate
return self._obtain_certificate(domains, csr) + (key, csr)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/client.py", line 170, in _obtain_certificate
authzr = self.auth_handler.get_authorizations(domains)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/auth_handler.py", line 74, in get_authorizations
domain, self.account.regr.new_authzr_uri)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 215, in request_domain_challenges
typ=messages.IDENTIFIER_FQDN, value=domain), new_authz_uri)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 195, in request_challenges
response = self.net.post(new_authzr_uri, new_authz)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 624, in post
return self._check_response(response, content_type=content_type)
File "/home/hindy/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 542, 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 think i’ll have to wait, maybe there’s a cache/update on the letsencrypt servers which are not updated?
I’ll try later and let you know.