From owner-freebsd-perl@FreeBSD.ORG Thu Oct 25 04:39:21 2007 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45F5016A474 for ; Thu, 25 Oct 2007 04:39:21 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp105.biz.mail.re2.yahoo.com (smtp105.biz.mail.re2.yahoo.com [206.190.52.174]) by mx1.freebsd.org (Postfix) with SMTP id C28D713C4A3 for ; Thu, 25 Oct 2007 04:39:20 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 19593 invoked from network); 25 Oct 2007 04:12:34 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.30.93.225 with login) by smtp105.biz.mail.re2.yahoo.com with SMTP; 25 Oct 2007 04:12:34 -0000 X-YMail-OSG: 0Uc1ryEVM1m_LBOnzYbpz31GID0UdUHHRJMgfUj91oCQznI3YNg5MRFYHVstr3Te5KbaTAt28xgaPblF0p.9DZWNyJgfAMxAjdHUXAu3NEv5j4QzZ8VEV7ophqN7 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 29804622A; Thu, 25 Oct 2007 00:12:34 -0400 (EDT) X-Virus-Scanned: amavisd-new at noacks.org Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2E6l6zGOh4rl; Thu, 25 Oct 2007 00:12:30 -0400 (EDT) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 9BE9661FA; Thu, 25 Oct 2007 00:12:30 -0400 (EDT) Received: from 67.45.62.107 (SquirrelMail authenticated user noackjr) by www.noacks.org with HTTP; Thu, 25 Oct 2007 00:12:30 -0400 (EDT) Message-ID: <16766.67.45.62.107.1193285550.squirrel@www.noacks.org> Date: Thu, 25 Oct 2007 00:12:30 -0400 (EDT) From: "Jonathan Noack" To: perl@freebsd.org User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Steffen_Ullrich@genua.de Subject: p5-IO-Socket-SSL 1.11 breaks ddclient X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 04:39:21 -0000 I upgraded my FreeBSD 6.2-p8 machine to p5-IO-Socket-SSL 1.11 and ddclient 3.7.3 at the same time and see the following error in ddclient verbose output: cannot connect to members.dyndns.org:443 socket: IO::Socket::SSL: Timeout IO::Socket::INET configuration failederror:00000000:lib(0):func(0):reason(0) I am able to connect to https://members.dyndns.org using Firefox, so it must be either ddclient or p5-IO-Socket-SSL. This post shows it was happening with the previous version of ddclient and the fault must therefore lie with p5-IO-Socket-SSL 1.11: http://www.bsdforen.de/showthread.php?p=168982 Sure enough, setting "ssl=no" in my ddclient config gets me back up-and-running. Any thoughts? -Jon