Machines API constantly failing

Hi.

For the past 3 days, the Machine API has been crashing constantly.
We are receiving a lot of responses like this:

“error”: “cURL error 35: error:0A000126:SSL routines::unexpected eof while reading (see libcurl - Error Codes) for https://api.machines.dev/v1/apps/[MY-APP-NAME]/machines

Anyone else having this issue?

The request is made by a Laravel application running inside a fly machine.

Since the request is coming from a Machine, you can try using http://_api.internal:4280/ as the API endpoint. It’s a bit unclear what endpoint your app is calling when getting the EOF. Are you listing machines? Or creating machines?

I´m listing machines.