From: Joseph <syscon780@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com
Date: Sun, 5 Oct 2014 22:02:42 -0600 [thread overview]
Message-ID: <20141006040242.GC16605@syscon7> (raw)
In-Reply-To: <20141006024919.GB16605@syscon7>
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
prev parent reply other threads:[~2014-10-06 4:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-06 2:49 [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com Joseph
2014-10-06 4:02 ` Joseph [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141006040242.GC16605@syscon7 \
--to=syscon780@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox