Issue Summary
I have a new macbook pro with Mac Os Monterey 12.6. I tried installing the latest localwp and pull our sites from wpengine, but see the usual error of it not being able to trust the ssl. After doing it manually per your guide, I still see a lot of errors on our localwp site (that works well on wpengine / my old mac with localwp 6.31).
We use outside API:s to pull JSON feeds into the page, and the error seems to be related to file_get_contents. The errors I get are:
WARNING: FILE_GET_CONTENTS(): SSL OPERATION FAILED WITH CODE 1. OPENSSL ERROR MESSAGES: ERROR:xxx:SSL ROUTINES:TLS_PROCESS_SERVER_CERTIFICATE:CERTIFICATE VERIFY FAILED IN XXX/XXX/XXX ON LINE 122
WARNING: FILE_GET_CONTENTS(): FAILED TO ENABLE CRYPTO IN XXX/XXX/XXX ON LINE 122
The https works after manually trusting the cert as per your guide, but these doesn’t seem to start working. What should I do?