Hi, I'm using guzzlehttp/guzzle package to make a call to an API, all my project used to work and it works on production correctly, but i just reinstall homestead and when i try to do some api call i got the follow exception and i can't fixed.
is the API behind a firewall that is not whitelisting your local dev environment IP? Or is there additional authentication information you need to send/headers/etc that you're not sending?
The remote server has sent you a RST packet, which indicates an immediate dropping of the connection, rather than the usual handshake. This bypasses the normal half-closed state transition. I like this description: "Connection reset by peer" is the TCP/IP equivalent of slamming the phone back on the hook.
Mmmm I just install Homestead and clone my repo to a new machine, in other homestead machines is working correctly.
So no idea what can be causing this problem.