Knowledge Base Article

Error setting certificate verify locations

Description

You may see this error when using git commands from a SoC EDS command shell.

Resolution

To solve this problem run the commands below from your SoCEDS command shell:

  • git config --system http.sslcainfo /usr/ssl/certs/ca-bundle.crt
  • git config --global http.sslVerify false

If you are using a proxy for internet access on your computer, please also set the proxy option as below:

  • git config --global http.proxy <your proxy here> 
Updated 2 months ago
Version 2.0
No CommentsBe the first to comment