Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-12-2019 12:07 PM
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
09-12-2019 12:13 PM
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.
09-12-2019 01:22 PM
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.
09-12-2019 01:23 PM
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
09-12-2019 01:39 PM
can we let neo4j browser to connect to db through http not bolt
09-14-2019 02:17 AM
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.
09-26-2019 10:50 AM
I realize we can use https
All the sessions of the conference are now available online