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

From Andrew Dunstan
Subject [buildfarm-members] Moving to HTTPS
Date
Msg-id 89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net
Whole thread Raw
Responses Re: [buildfarm-members] Moving to HTTPS  (Noah Misch <noah@leadboat.com>)
List buildfarm-members
In common with the rest of the PostgreSQL infrastructure, we will
shortly be moving the buildfarm server to supporting HTTPS, and
eventually will stop support for plain HTTP. Many installations on
buildfarm animals will not need any great adjustment, others will need
some extra modules installed. 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});


If this doesn't complain you should be good. If it does, you probably
need to install the LWP::Protocol::https module, and anything it depends
on (e.g. crypto libraries).

This isn't enabled yet, I'm just being proactive so you don't get caught
having to adjust in a hurry.

Windows users probably don't need to worry - this works on every
installation of AS perl I have.


cheers


andrew



buildfarm-members by date:

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