I am using the neo4j 3.0 community on windows. It seems that there is a problem with the external request, for example. The problem is that all network traffic is blocked by the firewall and allowed only through a proxy. My question is how to configure proxy settings for neo4j. I have setting the http_proxy environment variable, but it does not take effect. When I ran , it worked fine.WITH "http://kimalbrecht.com/ccnr/04-networkuniverse/17-network-interface/data/12-05-15/ccnr-universe-nodes-nn.csv" AS nodes LOAD CSV WITH HEADERS FROM nodes
java -jar -Dhttp.proxyHost=<address> -Dhttp.proxyPort=<port> -Dhttp.proxyUser=<user> -Dhttp.proxyPassword=<pass> neo4j-desktop-3.0.0.jar
source
share