OS - macOS Sonoma 14.5
Neo4j desktop - 1.5.9
DBMS 5.12.0
I'm just trying to connect the Graph Builder to my desktop instance and can't get the neo4j or bolt protocol to connect. It keeps giving me the same error. My firewall is turned off and I've confirmed the ports are open and working in the terminal. I've got a screen shot of the error from Graph Builder and here are my Network Settings from the local instance:
#*****************************************************************
Network connector configuration
#*****************************************************************
With default configuration Neo4j only accepts local connections.
Use 0.0.0.0 to bind to all network interfaces on the machine. If you want to only use a specific interface
(such as a private IP address on AWS, for example) then use that IP address instead.
server.default_listen_address=0.0.0.0
You can also choose a specific network interface, and configure a non-default
port for each connector, by setting their individual listen_address.
The address at which this server can be reached by its clients. This may be the server's IP address or DNS name, or
it may be the address of a reverse proxy which sits in front of the server. This setting may be overridden for
individual connectors below.
server.default_advertised_address=localhost
You can also choose a specific advertised hostname or IP address, and
configure an advertised port for each connector, by setting their
individual advertised_address.
By default, encryption is turned off.
To turn on encryption, an ssl policy for the connector needs to be configured
Read more in SSL policy section in this file for how to define a SSL policy.
Bolt connector
server.bolt.enabled=true
server.bolt.tls_level=DISABLED
server.bolt.listen_address=:7687
server.bolt.advertised_address=:7687
HTTP Connector. There can be zero or one HTTP connectors.
server.http.enabled=true
server.http.listen_address=:7474
server.http.advertised_address=:7474
HTTPS Connector. There can be zero or one HTTPS connectors.
server.https.enabled=false
server.https.listen_address=:7473
server.https.advertised_address=:7473
Number of Neo4j worker threads.
server.threads.worker_count
Any help figuring this out would be appreciated.