OpenSSL issue after installation
Created 6 years ago by pdringHi, I just installed a fresh copy of PyroCMS 3.4 and get the following error if I try to access the Addons folder via the control panel: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14077410😕SL routines😕SL23_GET_SERVER_HELLO:sslv3 alert handshake failure The highlighted line on the error page is $config->get("anomaly.module.addons::repository.{$this->repository}.url") . '/packages.json' I have another site running locally using MAMP on the same version of PHP (7.0.8) which has been updated and runs fine. No idea why this error occurs. Thanks.
Do you have the openSSL extension installed for PHP? https://pyrocms.com/documentation/pyrocms/3.4/installation/server-requirements
Hi @pdring - I think this is an outdated issue with your OpenSSL extension? I ran into this before and had to update my system a bit..
You can also install the older version of the addons module by changing the requirement in your composer.json
file.
Hope this helps!
PS disregard my email - I didn't see this (it was the next message 😛)
Both of these sites are on the exact same MAMP installation/environment?
Clear cache on your other install and reload it's addons module in the CP. Any errors? When this happened to me (a while ago) I had to update MAMP.