Article ID: 000086954 Content Type: Error Messages Last Reviewed: 08/11/2016

Error setting certificate verify locations

Environment

    Quartus® II Subscription Edition
BUILT IN - ARTICLE INTRO SECOND COMPONENT
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> 

Related Products

This article applies to 8 products

Cyclone® V SX SoC FPGA
Cyclone® V ST SoC FPGA
Cyclone® V SE SoC FPGA
Arria® V FPGAs and SoC FPGAs
Arria® V SX SoC FPGA
Arria® V ST SoC FPGA
Intel® Arria® 10 FPGAs and SoC FPGAs
Intel® Arria® 10 SX SoC FPGA

1