14 days ago
getting above error
in the code , im converting the DATABASE_URL to jdbc format
jdbc:postgresql://postgres.railway.internal:5432/railway
Attachments
4 Replies
14 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
14 days ago
im able to connect using the public facing connection string with my pgadmin tool, but this is not working from internal url from the app running in the same project
14 days ago
is your library try to connect over SSL? the internal connection use a self-signer certificate, you might need to disable ssl
14 days ago
tried disabling the ssl and still I see the same exception.
tried by changing the connection string to jdbc:postgresql://postgres-copy.railway.internal:5432/railway?sslmode=disable