Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cPygd-0001gx-3J for buildfarm-members@arkaria.postgresql.org; Sat, 07 Jan 2017 21:38:03 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cPygc-0007eW-2b for buildfarm-members@arkaria.postgresql.org; Sat, 07 Jan 2017 21:38:02 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cPygZ-0007bF-0N; Sat, 07 Jan 2017 21:37:59 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cPygU-0005aC-J7; Sat, 07 Jan 2017 21:37:57 +0000 Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id ADBB7FB877; Sat, 7 Jan 2017 22:37:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id B2avElFTfsac; Sat, 7 Jan 2017 22:37:49 +0100 (CET) X-Originating-IP: 98.122.164.227 Received: from [192.168.10.146] (unknown [98.122.164.227]) (Authenticated sender: adsend@dunslane.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 7F2B5FB882; Sat, 7 Jan 2017 22:37:48 +0100 (CET) To: buildfarm-members@postgresql.org Cc: buildfarm-admins@postgresql.org From: Andrew Dunstan Subject: Moving to HTTPS Message-ID: <89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net> Date: Sat, 7 Jan 2017 16:37:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) 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 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 -- Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members