Re: Moving to HTTPS

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "buildfarm-members(at)postgresql(dot)org" <buildfarm-members(at)postgresql(dot)org>, "buildfarm-admins(at)postgresql(dot)org" <buildfarm-admins(at)postgresql(dot)org>
Subject: Re: Moving to HTTPS
Date: 2017-01-08 11:00:15
Message-ID: CA+OCxoyXniWV1rgyP9C1URFGb3z4rpsM29Dn5-i1DvbjykV84w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members

On Sunday, January 8, 2017, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
wrote:

>
>
> On 01/07/2017 07:12 PM, Tom Lane wrote:
>
>> Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)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?
>>
>
I get the same on the machine hosting casteroides and protociurus:

-bash-3.00$ /opt/csw/bin/perl -MLWP::Simple -e 'print qq{BAD\n} unless
head(q{https://www.postgresql.org});'
BAD

installing LWP::Protocol::https failed miserably with both Sun Studio and
GCC :-(

> Ugh. I was afraid of something like that. We might need to look at
> providing a proxy or something.
>

That would kinda defeat the point of us trying to secure everything :-(

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse buildfarm-members by date

  From Date Subject
Next Message Tom Lane 2017-01-08 15:34:33 Re: Moving to HTTPS
Previous Message David Fetter 2017-01-08 06:01:40 Re: Moving to HTTPS