When connecting to the Neo4j Browser http://localhost:7474 and using Internet Explorer 11, submission of cypher statements may result
in error message
Security Error: 18
As the Neo4j Browser is using websockets to connect , for example ws://localhost, you would need to add ws:\localhost\ to
Internet Explorer configurations ( Internet Options / Security / Local Intranet / Sites / Advanced) and as depicted.
Are there any other steps needed if the neo4j server is not running locally on the same machine but instead on a remote server elsewhere on a private network?
Instead of connecting to http://localhost:7474, I connect to http://server-name.mycompany.com:7474
I tried adapting these instructions to by adding ws://server-name.mycompany.com/ to the Local intranet list, but that still did not work.
Also, FWIW, http://*.mycompany.com is in the Trusted sites zone. I also tried adding ws://server-name.mycompany.com/ to the Trusted sites list, but that did not help either.