From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 774D913838B for ; Mon, 6 Oct 2014 04:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8ECE0AD3; Mon, 6 Oct 2014 04:07:33 +0000 (UTC) Received: from mail125c7.megamailservers.com (mail718.megamailservers.com [69.49.98.28]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A066E0AA5 for ; Mon, 6 Oct 2014 04:07:32 +0000 (UTC) X-POP-User: admin@sys-concept.com X-VIP: 69.49.109.100 Received: from syscon7.localdomain (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail125c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id s9647TUi006358 for ; Mon, 6 Oct 2014 00:07:31 -0400 Received: by syscon7.localdomain (Postfix, from userid 1000) id 769AC201C5C; Sun, 5 Oct 2014 22:02:42 -0600 (MDT) Date: Sun, 5 Oct 2014 22:02:42 -0600 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ddclient - Could not connect to dynamic.zoneedit.com Message-ID: <20141006040242.GC16605@syscon7> References: <20141006024919.GB16605@syscon7> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20141006024919.GB16605@syscon7> User-Agent: Mutt/1.5.22 (2013-10-16) X-CTCH-RefID: str=0001.0A02020A.54321583.002E,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=VdzOYjZ9 c=1 sm=1 tr=0 a=C3ZDv51cNVt4vJz/79I2xQ==:117 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=SDcUNfBxAAAA:8 a=BDKbP5mgAAAA:8 a=Unq3plm5DvEA:10 a=M1kyBYkWWGkA:10 a=qfyAxs0122MA:10 a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=JRv2puKmAAAA:8 a=pGLkceISAAAA:8 a=Br9LfDWDAAAA:8 a=xAReNCFqhSy9YAm3zokA:9 a=wPNLvfGTeEIA:10 X-Origin-Country: CA X-Archives-Salt: eccedbde-de5e-47c1-985b-6f7c61c0ce40 X-Archives-Hash: dd861bfe0a0cf5501067f5d563b6e264 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