I have installed and run neo4j 3.3.2 on a Linux machine.
I'm trying to access the console from a remote windows machine from the same network.
I have changed some configs in conf/neo4j-conf like this :
dbms.connectors.default_listen_address=0.0.0.0 dbms.connector.bolt.listen_address=0.0.0.0:7687 dbms.connector.http.listen_address=0.0.0.0:7474 dbms.connector.https.listen_address=0.0.0.0:7473
I can now access the browser remotely but I have an error while trying to login:
[![WebSocket connection failure.
Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver.
Please use your browsers development console to determine the root cause of the failure.
Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems.
If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket `readyState` is: 3"]]

console? Is it thebrowser,cypher-shellor something else ? - logisima