Certificate expired
Sylvie Greverend <sgreverend@harriscomputer.com>
From: Sylvie Greverend <SGreverend@harriscomputer.com>
To: "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2023-03-15T17:42:09Z
Lists: pgsql-bugs
I am trying to install postgresql on a new server [ CentOS Linux release 7.3.1611 (Core) ]. I have a certificate expired I had previously installed on other centos servers [same version] I posted an error on centos https://bugs.centos.org/view.php?id=18580. But they sent me back to [postgresql Thank you very much for your help On new server openssl s_client -connect download.postgresql.org:443 -servername download.postgresql.org | openssl x509 -dates -noout depth=3 O = Digital Signature Trust Co., CN = DST Root CA X3 verify error:num=10:certificate has expired notAfter=Sep 30 14:01:15 2021 GMT notBefore=Feb 18 09:08:35 2023 GMT notAfter=May 19 09:08:34 2023 GMT date Wed Mar 15 13:37:56 EDT 2023 On a server previously installed openssl s_client -connect download.postgresql.org:443 -servername download.postgresql.org | openssl x509 -dates -noout depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R3 verify return:1 depth=0 CN = ftp.postgresql.org<ftp://ftp.postgresql.org> verify return:1 notBefore=Jan 30 21:08:05 2023 GMT notAfter=Apr 30 21:08:04 2023 GMT date Wed Mar 15 13:40:30 EDT 2023