You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
It looks like stream wrappers are now enabling peer verification by default when using SSL/TLS since PHP 5.6. The compiled version doesn't know where to look for the certificates bundle so it can't verify GitHub's SSL certificate. This also means that the same issue will occur if you build a new 5.6.x version on the box.
To remedy this on your box, correct the path to the CA bundle:
You can verify if the paths are correctly set by looking at the cafile and capath values in the output from php -r 'print_r(openssl_get_cert_locations());'.
That should do it. We'll need to fix this in a next release of the box by automatically setting these paths after building.
Thanks for the report @javigomez! Please let me know if the above workaround solves the issue on your current machine.
Using PHP 5.5 in the Joomla box there are no issues downloading specific releases of joomla:
However I have switched to PHP 7
And I have noticed this error raises:
The text was updated successfully, but these errors were encountered: