Benno Eggnauer
Benno Eggnauer

Reputation: 873

SSL connection error - Connection reset by peer - On Homestead machine

We have an application using reCAPTCHA, the application works without problems on the production environment, but on mine new development homestead machine, I get the following error:

file_get_contents(): SSL: Connection reset by peer

I also have troubles using composer, there I get the following error:

[ErrorException]
zlib_decode(): data error

I think both errors are related to SSL.

Do I miss something, do I have to configure the CACERTS by hand?

Upvotes: 0

Views: 1914

Answers (1)

Benno Eggnauer
Benno Eggnauer

Reputation: 873

The problem is related to VirtualBox as mentioned here.

After a downgrade of OSX (Sierra 10.12.1) VirtualBox from 5.1.8 to 5.1.6, the problem was solved.

Upvotes: 1

Related Questions