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.

Can we disable bolt

Can we disable bolt and use http to connect to database?
I set
dbms.connector.bolt.enabled=false
to disable it.
Then cannot connect to our database

so can we bypass the bolt connection or use http to talk to database

6 REPLIES 6

Why do you want to do that?

The Neo4j browser uses bolt to talk to the database.

You can disable bolt but then you have to have your own application talk via the HTTP API to the db.

I don't want use bolt to talk with db, instead I want use http protocol to talk with db. So what should I config to let http to connect to db.

This is want I really want:

I realize that bolt protocol cannot be accepted by AWS application load balancer, so I want change the db connection to http

can we let neo4j browser to connect to db through http not bolt

No, unfortunately not.

The LB can imho be configured for TCP connections too.

Neo4j uses client side routing in the drivers not a server side router / LB.

2X_4_4d8a06b9ef3d7fced1e77ad6782044a3cd3cf1c2.png
I realize we can use https