ancient-wolf-19325
07/22/2024, 9:48 AMERR_CONNECTION_RESET error typically indicates that the connection was forcibly closed by the server. This can happen due to various reasons, such as network issues, server misconfigurations, or SSL/TLS handshake failures.
To diagnose and resolve this issue, consider the following steps:
1. Check Network Configuration: Ensure there are no network configurations or firewall settings blocking the requests. This is a common cause of connection reset errors (source).
2. Verify SSL/TLS Settings: If you are using SSL/TLS, ensure that the SSL certificates are correctly configured and match the endpoint names. Mismatched SSL certificates can cause handshake failures, leading to connection resets (source).
3. Local Cluster Configuration: If you are running Flyte on a local cluster, ensure that the cluster is correctly set up and all services are running. Misconfigurations in the local setup can lead to connection issues (source).
Would you like more detailed steps on any of these points?
Sources:
- Flyte Issue #4669
- Flyte Issue #3330
- Flyte Issue #2884
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1721641707.642399 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.