官网说是安全设置的问题
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
在游览器安全设置 Local Intranet 里添加 ws://localhost
但设置后错误还是有,localhost在云平台一直有这个回环地址问题,毕竟虚拟出来的,访问URL本地地址可以改成127.0.0.1或者域名