Ssl

wget 無法獲得正確的 ssl 證書到期日期

  • January 3, 2022

當我執行這個

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 報告證書已過期而未過期。

如果您沒有更新系統和根證書,那麼您的系統可能無法辨識 Let’s Encrypt 證書。查看列表Let’s Encrypt 兼容性列表

引用自:https://serverfault.com/questions/1088856