Neo4j with ssl certificate
demonslayerrrr
HOBBYOP

8 months 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

8 months ago

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


turborx
FREE

8 months 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.


Loading...