Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com
Date: Mon, 06 Oct 2014 04:07:39
Message-Id: 20141006040242.GC16605@syscon7
In Reply to: [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com by Joseph
1 On 10/05/14 20:49, Joseph wrote:
2 >When trying to update dynamic.zoneedit.com via ddclient I'm getting an error:
3 >
4 >WARNING: cannot send to dynamic.zoneedit.com:443 (Bad file descriptor).
5 >FAILED: updating ...: Could not connect to dynamic.zoneedit.com.
6
7 I've found a solution at:
8 https://bugs.archlinux.org/task/40645
9
10 ------copy--------
11 With the package shipped
12 "server=dynamic.zoneedit.com" in ddclient.conf you'll get this response:
13 Jun 1 21:10:34 localhost ddclient[939]: FAILED: updating example.domain: Could not connect to dynamic.zoneedit.com
14
15 In order to fix it, you must supply the following string:
16 server=https://api2.zoneedit.com
17
18 and modify line 2977
19 $url .= "http://$config{$h}{'server'}/auth/dynamic.html"; --> $url .= "https://$config{$h}{'server'}/auth/dynamic.html";
20 ------end copy------
21
22 Though I'm not sure which file is talking about in the last two lines: and modify line 2977 ??
23
24 I've changed in ddclient.conf
25 server=https://api2.zoneedit.com, \
26
27 and it is working.
28
29 --
30 Joseph