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.