使用 -wget 时验证证书时出错

Error verifying certificate when using -wget

你好,我是这个领域的初学者,但我正在尝试使用网站提供的 -wget 下载数据库。但是我收到以下错误:

ERROR: cannot verify <domain name>'s certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:
  Issued certificate has expired.
To connect to <domain name> insecurely, use `--no-check-certificate'.

我不想使用 --no-check-certificate 证书,我还能如何解决这个问题?

谢谢!

证书已过期,您无能为力。 域所有者有责任颁发新证书。 我建议您不要使用 --no-check-certificate,因为与无效证书的连接可能不安全。

如果域所有者不颁发新证书,您除了忽略无效证书外别无选择 (--no-check-certificate)。