public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com
@ 2014-10-06  2:49 Joseph
  2014-10-06  4:02 ` Joseph
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph @ 2014-10-06  2:49 UTC (permalink / raw
  To: gentoo-user

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.

-- 
Joseph


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com
  2014-10-06  2:49 [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com Joseph
@ 2014-10-06  4:02 ` Joseph
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph @ 2014-10-06  4:02 UTC (permalink / raw
  To: gentoo-user

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-06  4:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06  2:49 [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com Joseph
2014-10-06  4:02 ` Joseph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox