[GQL Federation] Client network socket disconnected before secure TLS connection was established

Hello everbody,

i am currently developing a application with microservices and a graphql federation. I currently deployed all applications, everythings works fines expect the federation gateway. Locally all systems are working as they should but if they are deployed on fly.io i have tls issues. The Problem is when i try to send a request across the graphql federation gateway to one of the microservices i got the following error:
{
“data”: null,
“errors”: [
{
“message”: “Client network socket disconnected before secure TLS connection was established”
}
]
}

Have anybody a idea which could the problem, that it lead to the tls issues? If call directly not over the graphql federation gateway to the microservice directly a graphql request everythings works fine …

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.