since 2022-8-26, ertificate has expired. centos6.8

gztony8

Verified User
Joined
Aug 26, 2022
Messages
13
since 2022-8-26, ertificate has expired. Login Da display:

License check failure See the Debug Guide
Reason: request failed: Post "https://licensing.directadmin.com/start": x509: certificate has expired or is not yet valid: current time 2022-08-26T21:51:57+08:00 is after 2021-09-30T14:01:15Z
Current Server Time: Fri, 26 Aug 2022 21:52:08 CST

My os centos6.8, update License invalid, How can i do?
 
It's likely an old CA cert bundle on the system. Try the following to fix it:
Code:
curl -k -o /etc/ssl/certs/ISRG_Root_X1.pem https://letsencrypt.org/certs/isrgrootx1.pem
service directadmin restart
Thank you so much!!!!
 
It's likely an old CA cert bundle on the system. Try the following to fix it:
Code:
curl -k -o /etc/ssl/certs/ISRG_Root_X1.pem https://letsencrypt.org/certs/isrgrootx1.pem
service directadmin restart


root@sv2:~ #curl -k -o /etc/ssl/certs/ISRG_Root_X1.pem https://letsencrypt.org/certs/isrgrootx1.pem
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) SSL connect error

It doesn't work for me.
Centos6.5
Any idea?
 
root@sv2:~ #curl -k -o /etc/ssl/certs/ISRG_Root_X1.pem https://letsencrypt.org/certs/isrgrootx1.pem
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) SSL connect error

It doesn't work for me.
Centos6.5
Any idea?
I got the same error, running an old Centos 6.X box.
My issue was resolved by first running:

yum update nss
 
Back
Top