BUG #17210: Postgres Let'sEncrypt root certificate is expired and breaks installation of postgres-client

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: andres(dot)ehrenpreis(at)gmail(dot)com
Subject: BUG #17210: Postgres Let'sEncrypt root certificate is expired and breaks installation of postgres-client
Date: 2021-10-01 13:20:01
Message-ID: 17210-2f8410f6bea93a7c@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17210
Logged by: Andres Ehrenpreis
Email address: andres(dot)ehrenpreis(at)gmail(dot)com
PostgreSQL version: 11.12
Operating system: Ubuntu 16.04.7 LTS
Description:

When installing Postgres through Chef like this:

# PostgreSQL database client:
postgresql_client_install "Install PostgreSQL-client v11" do
version "11"
end

Then server-deployment fails with the error as follows:
[2021-10-01T12:06:52+00:00] ERROR: SSL Validation failure connecting to
host: download.postgresql.org - SSL_connect returned=1 errno=0 state=error:
certificate verify failed (certificate has expired)

Looks like download.postgresql.org cert-chain is broken.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2021-10-01 13:50:56 Re: BUG #17210: Postgres Let'sEncrypt root certificate is expired and breaks installation of postgres-client
Previous Message Timo Sirainen 2021-10-01 12:49:38 libpq leaks memory for SSL connections