You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when running letsencrypt with rackspace hook, can anyone help please?
Rackspace hook executing: deploy_challenge
Traceback (most recent call last):
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 196, in
main(sys.argv[1:])
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 192, in main
opsargv[0]
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 108, in create_txt_record
domain = get_domain(domain_name)
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 96, in get_domain
domain = rax_dns.find(name=base_domain_name)
File "/usr/local/anaconda2/lib/python2.7/site-packages/pyrax/client.py", line 118, in find
return self._manager.find(**kwargs)
File "/usr/local/anaconda2/lib/python2.7/site-packages/pyrax/manager.py", line 269, in find
raise exc.NotFound(404, msg)
pyrax.exceptions.NotFound: No CloudDNSDomain matching: {'name': u'com'}. (HTTP 404)
remove_lock
rm -f config/lock
The text was updated successfully, but these errors were encountered:
Getting the following error when running letsencrypt with rackspace hook, can anyone help please?
Traceback (most recent call last):
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 196, in
main(sys.argv[1:])
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 192, in main
opsargv[0]
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 108, in create_txt_record
domain = get_domain(domain_name)
File "/home/jenkins/lets-encrypt-python-master/le_hook.py", line 96, in get_domain
domain = rax_dns.find(name=base_domain_name)
File "/usr/local/anaconda2/lib/python2.7/site-packages/pyrax/client.py", line 118, in find
return self._manager.find(**kwargs)
File "/usr/local/anaconda2/lib/python2.7/site-packages/pyrax/manager.py", line 269, in find
raise exc.NotFound(404, msg)
pyrax.exceptions.NotFound: No CloudDNSDomain matching: {'name': u'com'}. (HTTP 404)
The text was updated successfully, but these errors were encountered: