Neo4j with ssl certificate
demonslayerrrr
HOBBYOP

a year ago

So I'd been trying to deploy neo4j using this template https://railway.com/deploy/asEF1B in my project however I couldn't connect tcp proxy to the desktop app due to the lacking sslo certificate that wouldn't allow me to use safe protocol bolt+s//. What are the ways to create those certificates in railway?

$10 Bounty

2 Replies

demonslayerrrr
HOBBYOP

a year ago

a8c90f2a-4b87-4ece-8b73-7a40a8f28c18


turborx
FREE

a year ago

hi, make sure you’re using the ssl‑enabled scheme (e.g. neo4j+s:// or bolt+s://) in your connection URI, and include encryption and trust settings like ?encrypted=true&trust=TRUST_ALL_CERTIFICATES if you’re using a custom CA, mount the cert in your container and configure the driver’s ssl.cert or trust strategy accordingly, then redeploy.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...