I have been trying to setup neo4j server in ubuntu (installed in Amazon AWS EC2) which I need to access from remote machine. I followed the Neo4j Doc and this: stackoverflow question , but found that I couldnt access it from my Office Network. So I decided to set up Nginx as proxy. I followed multiple links :-
With these I could hit the Neo4j server ,but couldnt connect to it's DB. Here is the Browser Snapshot when remotely accessing the Neo4j server installed in Ec2 behind Nginx proxy Can someone help me out if I am missing something here? What should I do to access the DB?
Update: As @FrobberOfBits mentioned, I updated my Neo4j Configuration as follows:
Network Connector Configuration of Neo4j
But still when I navigate to the Neo4j Browser , I get this:
What should I give in host ? I tried giving bolt://ec2-XXXXX.compute-1.amazonaws.com:7687 . It didnt work :(