Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cQ15t-0008Eg-0C for buildfarm-members@arkaria.postgresql.org; Sun, 08 Jan 2017 00:12:17 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cQ15s-0001v1-Hi for buildfarm-members@arkaria.postgresql.org; Sun, 08 Jan 2017 00:12:16 +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 1cQ15p-0001rm-FI; Sun, 08 Jan 2017 00:12:13 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cQ15l-0004Or-Ru; Sun, 08 Jan 2017 00:12:12 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id v080C7s1003105; Sat, 7 Jan 2017 19:12:07 -0500 From: Tom Lane To: Andrew Dunstan cc: buildfarm-members@postgresql.org, buildfarm-admins@postgresql.org Subject: Re: Moving to HTTPS In-reply-to: <96080bc2-086f-c47f-6cee-b7f00a9bcd38@2ndQuadrant.com> References: <89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net> <20170107215523.GA294152@tornado.leadboat.com> <96080bc2-086f-c47f-6cee-b7f00a9bcd38@2ndQuadrant.com> Comments: In-reply-to Andrew Dunstan message dated "Sat, 07 Jan 2017 17:08:01 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3103.1483834327.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 07 Jan 2017 19:12:07 -0500 Message-ID: <3104.1483834327@sss.pgh.pa.us> X-Pg-Spam-Score: -5.1 (-----) 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 Andrew Dunstan writes: > Yeah, you're right. Or perhaps even more simply we could do: > perl -MLWP::Simple -e 'print qq{BAD\n} unless head(q{https://www.pos= tgresql.org});' Hmm, so that reports BAD on all four of my buildfarm critters :-(. On longfin, which is running a current macOS release, "cpan install LWP::Protocol::https" seems to be enough to fix it; but on the other three, I get various flavors of failure. It looks like the root cause is that the versions of the relevant modules that are currently available from CPAN assume newer versions of OpenSSL and/or other Perl modules than these machines have installed. I could embark on a massive update binge, but that would sort of defeat the purpose of testing against old Perl versions. Thoughts? regards, tom lane --=20 Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members