Dong Zhao created LIBCLOUD-819:
----------------------------------
Summary: godaddy dns driver function is broken
Key: LIBCLOUD-819
URL: https://issues.apache.org/jira/browse/LIBCLOUD-819
Project: Libcloud
Issue Type: Bug
Components: DNS
Affects Versions: 0.14.0-beta3
Environment: ubuntu 16.04 x64
Reporter: Dong Zhao
run the demo to retrieve zone from godaddy, and met the below issue:
I use the latest code from github, the git version is:
9eb0507fa8074020c9281eddf8442bd498186f15
zhaodong@ubuntu:~/work$ python cron_update_ddns_godaddy.py
Traceback (most recent call last):
File "cron_update_ddns_godaddy.py", line 5, in <module>
zones = driver.list_zones()
File
"/home/zhaodong/.local/lib/python2.7/site-packages/libcloud/dns/drivers/godaddy.py",
line 148, in list_zones
'/v1/domains/').object
File
"/home/zhaodong/.local/lib/python2.7/site-packages/libcloud/common/base.py",
line 851, in request
raise ssl.SSLError(str(e))
ssl.SSLError: ('("Failed to verify hostname: hostname \'api.godaddy.com\'
doesn\'t match either of \'developer.godaddy.com\',
\'www.developer.godaddy.com\'",)',)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)