0

When I execute this

wget -O /root/installer.php https://www.grscripts.com/install/installer.deluxe

I receive this error

ERROR: cannot verify https://www.grscripts.com's/ certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:   Issued certificate has expired.

but it's not true , indeed http://www.grscripts.com's/ certificate is ok and will expire on Feb 2022. Why wget is failing to get the correct certificate and how to fix it ?

Note that I know that I can skip the problem with --no-check-certificate , I would know why wget is reporting that the certificate is expired while it's not expired.

gr68
  • 113
  • 2
  • 7

1 Answers1

1

If you didn't update your system and root certificates then it is possible that your system won't be able to recognize Let's Encrypt certificates. See list Let's Encrypt compatibility list

AlexD
  • 8,747
  • 2
  • 29
  • 38