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?
2 Replies
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.