Re: certificate issue between download and ftp

From: Martin Marques <martin(dot)marques(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Martín Marqués <martin(at)2ndquadrant(dot)com>, pgsql-www(at)postgresql(dot)org
Subject: Re: certificate issue between download and ftp
Date: 2018-06-21 15:14:26
Message-ID: 91c9e5be-763c-95ea-509a-01c9b72d602e@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

El 21/06/18 a las 12:08, Tom Lane escribió:
> Stephen Frost <sfrost(at)snowman(dot)net> writes:
>> While ftp.postgresql.org is the common name on the certificate,
>> download.postgresql.org is listed as a Subject Alternative Name and
>> therefore should be accepted. I certainly don't have any issue here
>> using a recent Ubuntu version.
>
> FWIW, the given case works for me with RHEL6's wget (wget-1.12-10.el6),
> but I see this entry in the changelog for that package:
>
> * Fri Jan 31 2014 Tomas Hozza <thozza(at)redhat(dot)com> 1.12-2
> - Fix wget to recognize certificates with alternative names (#736445)

Yeah, that seems to be the problem:

# wget --version
GNU Wget 1.12 built on linux-gnu.

# rpm -qa | grep wget
wget-1.12-1.4.el6.x86_64

Updated wget to the latest on Centos6 (1.12-10) and now it works great.

Sorry for the noise. This is a server that just dropped on my lap.

--
Martín Marqués http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-www by date

  From Date Subject
Next Message MauMau 2018-06-22 11:18:06 typo "licence"
Previous Message Tom Lane 2018-06-21 15:08:44 Re: certificate issue between download and ftp