I have a Laravel (php) application running on a unix server, and now when I tried to pull it to my local environment (Mac OX 10.11) I encounter the following error:
file_get_contents(): SSL: Connection reset by peer
I've searched here, and saw that many users in the community suggest to check the 'php.ini' file and make sure that
allow_url_fopen = On
extension=php_openssl.dll
is enabled.
And so I modified the file accordingly - yet the problem persists.