4 months ago
Here is the log entry in railway:
2025-11-12 15:48:04.553 UTC [35802] LOG: could not accept SSL connection: EOF detected
This just started happening about a half hour ago, and across all my postgres instances. Never had a problem before.
2 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 psycopg2.OperationalError: SSL SYSCALL error: EOF detected
🧵 Failed to prune sessions: Error: self-signed certificate in certificate chain
If you find the answer from one of these, please let us know by solving the thread!
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 brody • 4 months ago
4 months ago
I should also note, that this only affects the public connection to postgres. I use this to connect my sql tools for db management. The private connection from my application continues to work on all deployments.