Page 1 of 1

SSL cert expired on https://dl.efa-project.org

Posted: 07 Jan 2021 14:25
by jonheese
Hello,

I noticed this morning that yum update has started failing on my EFA server due to the SSL cert for dl.efa-project.org expiring:

Code: Select all

Error during transfer: Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://dl.efa-project.org/rpm/eFa4/CentOS8/release/repodata/repomd.xml [SSL certificate problem: certificate has expired]

Code: Select all

# echo '' | openssl s_client -servername dl.efa-project.org -connect dl.efa-project.org:443 2>/dev/null | openssl x509 -noout -dates
notBefore=Oct  9 11:07:38 2020 GMT
notAfter=Jan  7 11:07:38 2021 GMT
#
Not sure if this is the best place to let folks know, but yeah, it looks like it needs to be renewed.

Regards,
Jon Heese

Re: SSL cert expired on https://dl.efa-project.org

Posted: 07 Jan 2021 18:51
by max_of_tl
I noticed this too - I was just about to post about it but you beat me to it. :)

Re: SSL cert expired on https://dl.efa-project.org

Posted: 07 Jan 2021 23:55
by shawniverson
Looks like certbot cron job is not happy, fixing the good 'ole fashioned way...

Re: SSL cert expired on https://dl.efa-project.org

Posted: 26 Jun 2021 23:50
by kneedrag
Seems like it just expired again.

$ echo '' | openssl s_client -servername dl.efa-project.org -connect dl.efa-project.org:443 2>/dev/null | openssl x509 -noout -dates
notBefore=Mar 28 23:14:58 2021 GMT
notAfter=Jun 26 23:14:58 2021 GMT