On 10/05/14 20:49, Joseph wrote:
When trying to update dynamic.zoneedit.com via ddclient I'm getting an error:
WARNING: cannot send to dynamic.zoneedit.com:443 (Bad file descriptor).
FAILED: updating ...: Could not connect to dynamic.zoneedit.com.
I've found a solution at:
https://bugs.archlinux.org/task/40645
------copy--------
With the package shipped
"server=dynamic.zoneedit.com" in ddclient.conf you'll get this response:
Jun 1 21:10:34 localhost ddclient[939]: FAILED: updating example.domain: Could
not connect to dynamic.zoneedit.com
In order to fix it, you must supply the following string:
server=https://api2.zoneedit.com
and modify line 2977
$url .= "http://$config{$h}{'server'}/auth/dynamic.html"; --> $url .=
"https://$config{$h}{'server'}/auth/dynamic.html";
------end copy------
Though I'm not sure which file is talking about in the last two lines: and
modify line 2977 ??
I've changed in ddclient.conf
server=https://api2.zoneedit.com, \
and it is working.
--
Joseph