当前位置:   article > 正文

SSL certificate problem: self signed certificate in certificate chain错误的全网详细解决方法

ssl certificate problem: self signed certificate in certificate chain

在这里插入图片描述

1. 复现错误


今天使用git clone xxx.git项目时,却报出如下的错误信息:

在这里插入图片描述

SSL certificate problem: self signed certificate in certificate chain错误。

2. 分析错误


正赶上最近ChatGPT比较火,可以借助它来分析错误,如下图所示:

在这里插入图片描述

This problem occurs when the SSL certificate presented by the server is not signed by a trusted certificate authority (CA). Instead, it is a self-signed certificate.

This can happen for a variety of reasons. For example, the website owner may have generated their own SSL certificate instead of purchasing one fr

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号