Re: [buildfarm-members] Moving to HTTPS - Mailing list buildfarm-members

From Tom Lane
Subject Re: [buildfarm-members] Moving to HTTPS
Date
Msg-id 3104.1483834327@sss.pgh.pa.us
Whole thread Raw
In response to Re: [buildfarm-members] Moving to HTTPS  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: [buildfarm-members] Moving to HTTPS  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: [buildfarm-members] Moving to HTTPS  (David Fetter <david@fetter.org>)
List buildfarm-members
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> 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.postgresql.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


buildfarm-members by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [buildfarm-members] Moving to HTTPS
Next
From: Andrew Dunstan
Date:
Subject: Re: [buildfarm-members] Moving to HTTPS