Re: [Neo4j] Disable http communication

2014-05-30 Thread Michael Hunger
Neo4j-shell communicates via Java-RMI, you can disable the shell by setting enable_remote_shell=false in neo4j.properties Probably easiest to filter https by not allowing it via a firewall rule? Or using a filter. Michael On Sat, May 31, 2014 at 1:18 AM, Chaofeng wrote: > Hi all, > > I was wo

Re: [Neo4j] Disable http communication

2014-05-30 Thread Richard L. Burton III
I typically run Neo4J behind Nginx. I have Neo4j listening to the local IP address. On Fri, May 30, 2014 at 7:18 PM, Chaofeng wrote: > Hi all, > > I was wondering if there is any way to disable the http communication but > allow https access. Also, does neo4j-shell communicate remotely via http

[Neo4j] Disable http communication

2014-05-30 Thread Chaofeng
Hi all, I was wondering if there is any way to disable the http communication but allow https access. Also, does neo4j-shell communicate remotely via http or https? If it does via http, is there any way to switch to https? Thank you! -- You received this message because you are subscribed to