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

General eFa discussion
Post Reply
jonheese
Posts: 1
Joined: 07 Jan 2021 14:18

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

Post 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
max_of_tl
Posts: 15
Joined: 07 Jan 2021 18:47

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

Post by max_of_tl »

I noticed this too - I was just about to post about it but you beat me to it. :)
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

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

Post by shawniverson »

Looks like certbot cron job is not happy, fixing the good 'ole fashioned way...
kneedrag
Posts: 2
Joined: 26 Jun 2021 23:47

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

Post 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
Post Reply