4 months ago
I'm unable to reach OpenAI's API from my Railway deployment. Here are the details:
Environment:
- Project: intuitive-illumination
- Service: @cia/runner
- Region: us-east4-eqdc4a
Issue: Outbound HTTPS connections to OpenAI hang indefinitely and never complete the TLS handshake.
Diagnostics:
curl https://api.openai.com– hangs (no response, times out)curl https://google.com– works fine (returns 301)nslookup api.openai.com– resolves correctly to 172.66.0.243 and 162.159.140.245curl -v https://openai.com– hangs at "Trying 172.64.154.211:443..."- IPv6 egress: disabled (
ipv6EgressEnabled: false) - Container capabilities: ping blocked (Operation not permitted)
What I've tried:
- Disabled IPv6 egress
- Redeployed the service
- Verified DNS resolution works
- Tested with different OpenAI endpoints
What I need: Please check if there's an egress routing issue, firewall rule, or known connectivity problem between Railway's us-east4-eqdc4a region and OpenAI's Cloudflare CDN IPs.
3 Replies
4 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 4 months ago
4 months ago
The issue is with Railway, it will be fixed soon https://status.railway.com/cmmrjwx4x0ltkf6zwi526b038
4 months ago
thank you for responding! great time i picked to give "this railway" thing a try 😂
it is marked as resolved however the same symptoms still persist in the container I am testing in
Update: now curl http(s)://google.com/ hangs as well
24 days ago
We're aware of intermittent outbound connectivity drops affecting some services, where outbound connections fail while internal networking and DNS keep working, and we're actively investigating. If you hit it, the quickest workaround is to redeploy, which moves your service onto a fresh host and restores connectivity. If it happens again, reply here with the rough time it started and we'll jump on it while it's live. Those real-time reports are exactly what help us track down the cause.
Status changed to Awaiting User Response angelo-railway • 24 days ago
17 days ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 17 days ago
