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

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17210: Postgres Let'sEncrypt root certificate is expired and breaks installation of postgres-client
Дата
Msg-id 17210-2f8410f6bea93a7c@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17210: Postgres Let'sEncrypt root certificate is expired and breaks installation of postgres-client  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17210
Logged by:          Andres Ehrenpreis
Email address:      andres.ehrenpreis@gmail.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.


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Timo Sirainen
Дата:
Сообщение: libpq leaks memory for SSL connections
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #17210: Postgres Let'sEncrypt root certificate is expired and breaks installation of postgres-client