在线访问 Neo4J 浏览器时出错。我得到 ServiceUnavailable: WebSocket 连接失败

Error accessing Neo4J Browser online. I get ServiceUnavailable: WebSocket connection failure

我在 AWS 上有一个 Neo4J EC2 实例。我能够以编程方式访问它,但是当我尝试访问 Neo4J 浏览器时,出现上面列出的错误。我目前使用的URL是:

http://35.174.211.60:7474/browser/

从那里,我得到以下页面:

此页面然后尝试调用以下 URL: 螺栓://35.174.211.60:7687 我使用已经允许我的代码以编程方式访问 Neo4J 的用户名 (neo4j) 和密码。从这里我得到以下错误:

ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver.

我已验证端口 7474、7473 和 7687 对我的 EC2 Neo4J 实例中的所有人开放。接下来我应该尝试什么?

尝试 this Knowledge Base article 建议的修复:

This error can be resolved by editing the file $NEO4J_HOME/conf/neo4j.conf and uncommenting:

#To have Bolt accept non-local connections, uncomment this line:
dbms.connector.bolt.address=0.0.0.0:7687