x509: certificate has expired or is not yet valid: current time 问题解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了x509: certificate has expired or is not yet valid: current time 问题解决相关的知识,希望对你有一定的参考价值。

参考技术A 对一个内部接口进行get请求,警告证书不一致

使用restful请求遇到证书私人链接认证问题,将链接的 https 改为 http 即可

Homebrew安装gcc:curl: (60) SSL certificate problem: certificate has expired

1.出现的问题

macos上执行安装gcc命令:

rew install gcc --without-multilib

出现如下情况

curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Error: Failed to download resource "mpfr"
Download failed: https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.4.tar.xz

2.解决方式

echo insecure >> ~/.curlrc
HOMEBREW_CURLRC=1
export HOMEBREW_CURLRC

然后重新执行命令即可。

有可能是Homebrew长期没有更新,导致本地证书过期。

以上是关于x509: certificate has expired or is not yet valid: current time 问题解决的主要内容,如果未能解决你的问题,请参考以下文章

docker报错: x509: certificate has expired or is not yet valid

x509: certificate has expired or is not yet valid: current time 问题解决

rancher-webhook x509: certificate has expired or is not yet valid

docker pull 失败报错:x509: certificate has expired or is not yet valid

docker报错: x509: certificate has expired or is not yet valid

带你解决 docker 拉取镜像报错:x509: certificate has expired or is not yet valid