cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Implement SSL without downtime

fme_mrc
Node Clone

We are running 3 node cluster , we need to implement the ssl policy for client and cluster . Can we do without any downtime.

1 ACCEPTED SOLUTION
2 REPLIES 2

for client yes, for cluster no.

You can spin up a single instance seeded with a current backup and run it as read-only database. Using DNS resolution or a external loadbalancer you can redirect all your traffic to that instance during maintainance window of your cluster.
That will at least provide a no downtime scenario w.r.t. reads.