-
Hi, I am running the installation like below in CentOS Linux (CentOS Linux release 7.8.2003 (Core)).
But it got failed with the following error message.
Could you help with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Looks OK to me. It is a LetsEncrypt cert so it is automatically renewed on a regular basis. Are you sure that the time is set correctly on your node? brandond@dev01:~$ echo QUIT | openssl s_client -connect rpm.rancher.io:443 | openssl x509 -noout -text | head -n 11
depth=3 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X2
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = E1
verify return:1
depth=0 CN = rancher.io
verify return:1
DONE
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
03:ed:a8:10:29:42:08:58:a6:f0:a7:83:e7:98:b6:22:a6:f7
Signature Algorithm: ecdsa-with-SHA384
Issuer: C = US, O = Let's Encrypt, CN = E1
Validity
Not Before: May 6 04:59:43 2023 GMT
Not After : Aug 4 04:59:42 2023 GMT
Subject: CN = rancher.io |
Beta Was this translation helpful? Give feedback.
-
getting output like the above. FYI: System has the following OpenSSL version: May I know here which |
Beta Was this translation helpful? Give feedback.
-
I have upgraded the
Error:
|
Beta Was this translation helpful? Give feedback.
-
yes, I am able to setup the K3S after installing
thanks for your help. |
Beta Was this translation helpful? Give feedback.
Have you tried updating the
ca-certificates
package on your host? I can confirm that neither the leaf cert, nor any of the certs in the CA chain, are currently expired. It sounds like the CA bundle on your host is very out of date.