ERROR TLS Status: Defective
Hello there,
I have noticed some users complaining about ssl ceriticate for one of the domains of out server.
I check the domain myself in various browsers and I don't see any problems.
I went to check the AutoSSL logs and noticed some errors.
Could this be the reason some people facing problems with insecure website messages? I'm using cPanel (powered by Sectigo) provider. I have run yum update and tried to refresh the host. Allow AutoSSL to replace invalid or expiring non-AutoSSL certificates is checked in the options. Many thanks Otto
....
2:39:17 PM ERROR TLS Status: Defective
Certificate expiry: 7/20/20, 12:00 AM UTC (50.43 days from now)
ERROR Defect: OPENSSL_VERIFY: The certificate chain failed OpenSSL"s verification (0:10:CERT_HAS_EXPIRED).
ERROR Defect: OPENSSL_VERIFY: The certificate chain failed OpenSSL"s verification (1:10:CERT_HAS_EXPIRED).
ERROR Defect: OPENSSL_VERIFY: The certificate chain failed OpenSSL"s verification (2:10:CERT_HAS_EXPIRED).
ERROR Defect: OPENSSL_VERIFY: The certificate chain failed OpenSSL"s verification (3:10:CERT_HAS_EXPIRED).
....
Could this be the reason some people facing problems with insecure website messages? I'm using cPanel (powered by Sectigo) provider. I have run yum update and tried to refresh the host. Allow AutoSSL to replace invalid or expiring non-AutoSSL certificates is checked in the options. Many thanks Otto
-
Hi tmcstom, Thanks for the link, I believe it is related to this. Investigating now. 0 -
I wish I knew what to do.... :confused: 0 -
Ok, I had the same problem with autoSSL showing defective certificate on my subdomains. It has been solved by following the advise from the link from tmcstom that we should update everything on the server. Inside WHM interface, in the left column I simply needed to find and click on system update then software update and then cpanel update and then hard restart my whole server. I rerun the AutoSSL and it this time it went correctly and reinstalled the certificates and now all is green. 0 -
I believe this error also related to the same cause. Any idea how this going to be resolved? 0 -
Same issue here for the hostname of our servers, the AddTrust Root Expiration has now expired which is causing some issues connecting to services such as IMAP. Our generated certificates don't expire until Feb 2021, so we need to get them reissued. I tried resetting the certificates in WHM > Manage Service SSL Certificates. This only generates a self-signed cert, so I ran [CODE=bash]/usr/local/cpanel/bin/checkallsslcerts
but this just reinstalls the previous certificate because it is cached somewhere. Removing the key and certificate from WHM > SSL Storage Manager does not remove the cached cert. Still looking...0 -
Have you really updated everything on your server and restarted it? 0 -
2022 and I am having this problem. How do you check a certificates expiration. This is a upgraded/new set of hardward server for me. 0 -
If you prefer a one-liner: [~] echo | openssl s_client -servername google.com -connect google.com:443 2>/dev/null | openssl x509 -noout -dates notBefore=Dec 27 06:02:11 2021 GMT notAfter=Mar 21 06:02:10 2022 GMT0
Please sign in to leave a comment.
Comments
12 comments