Binance connections hang - Both fapi.binance.com (REST API) and fstream.binance.com (WebSocket) are unreachable
knoxee
FREEOP

2 months ago

Seems Binance is blocking Railway's IP addresses

TCP+TLS connection hangs - The connection attempt never completes (not a timeout, just hangs indefinitely)

The websockets.connect() with asyncio.wait_for() properly times out after 15 seconds

The raw asyncio.open_connection() with SSL blocks at the C level and doesn't respect Python timeouts

Any hints on how to naigate this? Does Railway have IPs that aren't on Binance's blocklist

Solved

0 Replies

Status changed to Awaiting User Response Railway about 2 months ago


Railway
BOT

a month 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 about 1 month ago


Loading...