当我执行这个
wget -O /root/installer.php https://www.grscripts.com/install/installer.deluxe
我收到此错误
ERROR: cannot verify https://www.grscripts.com's/ certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’: Issued certificate has expired.
但这不是真的,确实 http://www.grscripts.com's/ 证书没问题,将于 2022 年 2 月到期。为什么 wget 无法获得正确的证书以及如何修复它?
请注意,我知道我可以跳过 --no-check-certificate 的问题,我会知道为什么 wget 报告证书已过期而未过期。