curl error 77 when using wp-cli
-
(The link is a dummy because the problem is not experienced through the browser).
I have AIOS 5.1.9 installed on a WP 6.2.2 site. I use wp-cli for various tasks. This problem just started with AIOS 5.1.9 (I’m not sure what version it was updated from, but pretty recent). When I do various wp-cli commands, such as “wp plugin list” or “wp transient delete –all” I get this error output:
$ wp transient delete --all AIOS_Helper::request_remote exception - cURL error 77: error setting certificate verify locations: CAfile: /home/XXX/public_html/XXX.com/wp-includes/Requests/src/../certificates/cacert.pem CApath: /etc/ssl/certs Success: 19 transients deleted from the database.
As you can see, the command completes OK, but the error message is bothersome. I’ve done a bit of searching but haven’t found the answer. Any idea what the underlying issue is? My WP install does not have any cacert.pem files in core, only in some plugins. The wp-includes/certificates/ca-bundle.crt file is in place as usual, but AIOS_Helper seems to be looking for something different.
Thanks for any help,
MarkThe page I need help with: [log in to see the link]
- The topic ‘curl error 77 when using wp-cli’ is closed to new replies.