Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cPyxd-0002Pd-4P for buildfarm-members@arkaria.postgresql.org; Sat, 07 Jan 2017 21:55:37 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cPyxc-0008Rg-KX for buildfarm-members@arkaria.postgresql.org; Sat, 07 Jan 2017 21:55:36 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cPyxZ-0008Of-PP for buildfarm-members@postgresql.org; Sat, 07 Jan 2017 21:55:33 +0000 Received: from mail-pg0-x234.google.com ([2607:f8b0:400e:c05::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cPyxR-00022Z-Lt for buildfarm-members@postgresql.org; Sat, 07 Jan 2017 21:55:33 +0000 Received: by mail-pg0-x234.google.com with SMTP id f188so262728312pgc.3 for ; Sat, 07 Jan 2017 13:55:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=efRS0R7HBgRY0UzOz5CevFdYvjsCvZpV45taaidMCB4=; b=EWpJAnT+BMhakatWkDxaxp3+hqfSrKGKxV4PRXTEML8z40f01sFjGGX1l7550snc0a DKQKj/vZYD4bTHcHFslpui+DaVczJNWaWo06TDsnt6odKjH1bUF8OEEiY3ccVxs8FFUh S4Y2/rNvB0JwCoSJNfm4+xuDW2+8rT5NkHQFo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=efRS0R7HBgRY0UzOz5CevFdYvjsCvZpV45taaidMCB4=; b=lGddr+EFTg6uH1KHa5s+xYDM2y7TRYEmRurkXHg99ZebV4rDZo1nx2YpC5qBfx1KJF u8px/yHa2/kO8qWnObJBgBylqY6e9pPLzmqAPjDzmQThcjcFNZH5Vb4jR7OYL3wo7+S4 YEoEwo56urExvepbhGJjTLW2wDWCd79U4ykCng4Kx7nkNsrrdv9VJJ5aie2VVm6r5h7v rQ1mfoQLf0oXskOGy8DTy1lpJ9FEIjVhhjEvEi580Zrtjs1dQVJGwYRQwkT4qV2krV98 Yvo2zVqgLNgsLG02SLUym4y5DeEbq7p468GTafMuVUJ6aL1GLpGS9qHpQY2f04WPMBGF lc5g== X-Gm-Message-State: AIkVDXKqa4EmaJ/OmwHSZ9kQ4XcnJGvVMBYMCmjnO5pwtNY83wXs19Z03lP2ssQHP2Ji/A== X-Received: by 10.99.51.76 with SMTP id z73mr149495127pgz.173.1483826123059; Sat, 07 Jan 2017 13:55:23 -0800 (PST) Received: from tornado.leadboat.com (c-98-248-47-228.hsd1.ca.comcast.net. [98.248.47.228]) by smtp.gmail.com with ESMTPSA id p5sm155820802pgk.23.2017.01.07.13.55.21 (version=TLS1 cipher=AES128-SHA bits=128/128); Sat, 07 Jan 2017 13:55:21 -0800 (PST) Date: Sat, 7 Jan 2017 16:55:23 -0500 From: Noah Misch To: Andrew Dunstan Cc: buildfarm-members@postgresql.org, buildfarm-admins@postgresql.org Subject: Re: Moving to HTTPS Message-ID: <20170107215523.GA294152@tornado.leadboat.com> References: <89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-Pg-Spam-Score: -2.0 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: buildfarm-members Precedence: bulk Sender: buildfarm-members-owner@postgresql.org On Sat, Jan 07, 2017 at 04:37:47PM -0500, Andrew Dunstan wrote: > Here's a simple test that should help tell if your animal needs some extra > stuff installed. Run something like this on your animal, making sure that > the perl in your path is the one used to run the buildfarm client: > > > perl -MLWP::Simple -e 'head(q{https://www.postgresql.org}); I get no complaint from that, but I also get no complaint from these: perl -MLWP::Simple -e 'head(q{https://nonsense.postgresql.org});'; echo $? perl -MLWP::Simple -e 'head(q{nonsense://nonsense});'; echo $? Maybe use this: perl -MData::Dumper -MLWP::Simple -e 'print Dumper [head(q{https://www.postgresql.org}) || "BAD"]' -- Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members