HOWTOs / Setting Up cURL SSL/TLS Certificate Authority Certificates
Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?
If your system is not correctly set up with SSL/TLS Certificate Authority (CA) certificates, you might get the following error:
Curl (60) SSL Certificate Problem: Unable to get local issuer certificateNote: This is a system configuration problem, and not specific to either cURL or Bolt. The information here is provided as a useful starting point only.
Installing Automatically Converted CA Certificates from mozilla.orgΒΆ
- Download cacert.pem
- Move the cacert.pemfile to the affected computer, e.g.- /etc/pki/tls/cacert.pem
- C:\php\extras\ssl\cacert.pem
 
- Edit the php.ini file and change the curl.cainfoparameter, e.g.
curl.cainfo = "/etc/pki/tls/cacert.pem"curl.cainfo = "C:\php\extras\ssl\cacert.pem"
                    
                        
                            
                        
                        Edit this page on GitHub
                    
                                        
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
                
            Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.