Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-11-2019 11:10 AM
Hi I want to put our neo4j project to AWS. We define a ALB in our public subnet, then set the neo4j project in our private subnet. Also We apply for a domain for our project.
The workflow like this:
So right now, we can access to the neo4j browser, but cannot connect to database, like this:
I searched a lot, somebody said that we must expose bolt port 7687 to public(https://github.com/neo4j/neo4j/issues/9285).
So here I want to ask is this true, do you have any ideas in your mind to solve this? or just give me a hint or suggestions.
Thank you
Tools I used:
09-11-2019 01:55 PM
Anybody wanna to look into it. If any doubts or don't understand what I am saying, please reply. I am watching the topic
09-11-2019 07:53 PM
Perhaps you need to specify dbms.connector.bolt.listen_address=0.0.0.0:7687
in your conf?
09-11-2019 08:15 PM
Acutally, I do have set that.
09-12-2019 12:03 PM
By the way, how can we disable bolt and use http to connect to our database?
09-13-2019 07:42 AM
you can use http to connect to your database. And default port of http is 7474. It is different from the port of bolt.
All the sessions of the conference are now available online