Postgres DB SSL errors (not a custom domain)
adambrakhane
PROOP

13 days ago

Problem - Zero DB access

I cannot connect to my railway DB using the public or internal URL Even the Railway UI fails to access it (screenshot below. that spins forever while other projects show the db tables).

When connecting from a postges viewer locally, I get:

connection to server at "nozomi.proxy.rlwy.net" (66.33.22.249), port 41558 failed: received invalid response to SSL negotiation: H

The Postgres node has a happy green "Online" indicator.

Steps to get here

I started a new project by creating a PG database first. My simple typescript app could connect fine locally but once I deployed it, it failed to connect to the DB.

My (extremely simple) app also just fails immediately and repeatedly in the browser with "The page was reloaded because a problem occurred."

$10 Bounty

1 Replies

darseen
HOBBYTop 5% Contributor

12 days ago

Can you check your TCP Proxy Settings in your service settings, and confirm that the public TCP Proxy is enabled and correctly routing to internal port 5432 ?


Loading...