Over the few past months I've been building websites with wordpress and today I've stumbled upon a new error that I cant' understand.
Error. Could not connect to update server (cURL error 77: error setting certificate verify locations: CAfile: /Applications/MAMP/Library/OpenSSL/cert.pem CApath: none).
Now, I do know what curl is and all that. But what I do not understand is that this error is ONLY for this one project and not the other 30 projects in the same folder. On top of this this error persist both locally and on the live version.
Here's what I've tried:
- Changing PHP version
- Replaced .pem with .crt and even with .txt at the very back
- renamed the cacert.pem file
- reinstalled wp
- restarted pc just in case
- copied same plugin from an other project to see if current was corrupt
- made sure the path was correct
Here is my php ini:
curl.cainfo ="/Applications/MAMP/Library/OpenSSL/cert.pem"
openssl.cafile= "/Applications/MAMP/Library/OpenSSL/cert.pem"
Oh and I also know what the errors stand for.
I am working on a mac for the first time but I've never had any issues with this plugin or curl. First time. Any suggestions on what to do next?
The plugin I am mentioning is Advanced Custom Fields Pro - Error only persists on the UPDATE page of that plugin. It does not show up anywhere else.
The PLUGIN can update even though the error 60 tells me that it has issues connecting to update server. This is what makes me consider this as a visual error.