cancel
Showing results for 
Search instead for 
Did you mean: 

SSL certificate problem: unable to get local issuer certificate

SOLVED

SSL certificate problem: unable to get local issuer certificate

I always develop my Magento sites locally, on Windows 10 via Wampserver.

 

Everything works but when you want to go to Component Manager, System Upgrade or System Configuration in the Setup Wizard you need to input the access keys: the public and private keys of your account of Magento marketplace.

 

 

Well, when I do I cannot enter because of this SSL certificate error.

 

Are there other people that also had this problem and could you point me to an article that remedies this? Because I cannot find the solution of this problem.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: SSL certificate problem: unable to get local issuer certificate

Managed to get it to work by using xampp and copying the CA certificates from Mozilla into the PHP folder, and in php.ini reference towards it by inputting something like this:

 

curl.cainfo=”C:\xampp\php\filename”

View solution in original post

2 REPLIES 2

Re: SSL certificate problem: unable to get local issuer certificate

Hi @alexfromholland

 

Following urls may help you to fix this issue.

 

1) TLS 1.2 requirement for repo.magento.com

 

2) Transport Layer Security (TLS) 1.1+ requirement for repo.magento.com

 

This may be also helpful for you http://magento.stackexchange.com/a/97194

 

Note : I have not tried and tested this solution myself.

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: SSL certificate problem: unable to get local issuer certificate

Managed to get it to work by using xampp and copying the CA certificates from Mozilla into the PHP folder, and in php.ini reference towards it by inputting something like this:

 

curl.cainfo=”C:\xampp\php\filename”