hbu
(Hbu)
September 11, 2019, 6:10pm
1
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(Connecting Neo4j browser to database on a private subnet · Issue #9285 · neo4j/neo4j · GitHub ).
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:
neo4j community edition 3.5.7 in AWS AMI
hbu
(Hbu)
September 11, 2019, 8:55pm
2
Anybody wanna to look into it. If any doubts or don't understand what I am saying, please reply. I am watching the topic
Jiropole
(Jiropole)
September 12, 2019, 2:53am
3
Perhaps you need to specify dbms.connector.bolt.listen_address=0.0.0.0:7687
in your conf?
hbu
(Hbu)
September 12, 2019, 3:15am
4
Acutally, I do have set that.
.
hbu
(Hbu)
September 12, 2019, 7:03pm
5
By the way, how can we disable bolt and use http to connect to our database?
gong
(Gong)
September 13, 2019, 2:42pm
6
you can use http to connect to your database. And default port of http is 7474. It is different from the port of bolt.