Help Center> CodeArts Repo> FAQs> Troubleshooting> Message "SSL certificate problem" Is Displayed
Updated on 2023-12-04 GMT+08:00

Message "SSL certificate problem" Is Displayed

Symptom

During code clone, the message SSL certificate problem: Invalid certificate chain or SSL certificate problem: unable to get local issuer certificate is displayed.

Figure 1 Error message

Analysis

The local issuer certificate fails to be obtained, probably because the computer connects to an intranet using a proxy.

Solution

Run the following command:

git config --global http.sslVerify false

Troubleshooting FAQs

more