I have a pod in openshift (Azure) which embarks a neo4j database 5.20.0 (community) The pod is running ok, and I manage to launch cypher commands in pod's terminal.
However, I'm unable to connect to the browser UI from my local browser. The UI itself displays well, it's just the connection part which wouldn't work.
Here are my ingresses : enter image description here
The UI displays ok with first ingress' URL, until I try to connect : enter image description here On connection, I timeout every time my browser tries to interact with websocket : I tried both neo4j:// and bolt:// connections, on both 7474 and 7687 ports. enter image description here
My settings of interest in the conf file are :
server.default_listen_address=0.0.0.0
dbms.connectors.default_listen_address=0.0.0.0
dbms.connector.bolt.address=0.0.0.0:7687
dbms.connector.bolt.listen_address=0.0.0.0:7687
server.bolt.enabled=true
server.bolt.listen_address=:7687
server.bolt.advertised_address=:7687
server.http.enabled=true
server.http.listen_address=:7474
server.http.advertised_address=:7474
On those settings, I tried almost all possible combinations, but is still doesn't work.
Any help would be welcome,
Regards.
I have a pod in openshift (Azure) which embarks a neo4j database 5.20.0 (community) The pod is running ok, and I manage to launch cypher commands in pod's terminal.
However, I'm unable to connect to the browser UI from my local browser. The UI itself displays well, it's just the connection part which wouldn't work.
Here are my ingresses : enter image description here
The UI displays ok with first ingress' URL, until I try to connect : enter image description here On connection, I timeout every time my browser tries to interact with websocket : I tried both neo4j:// and bolt:// connections, on both 7474 and 7687 ports. enter image description here
My settings of interest in the conf file are :
server.default_listen_address=0.0.0.0
dbms.connectors.default_listen_address=0.0.0.0
dbms.connector.bolt.address=0.0.0.0:7687
dbms.connector.bolt.listen_address=0.0.0.0:7687
server.bolt.enabled=true
server.bolt.listen_address=:7687
server.bolt.advertised_address=:7687
server.http.enabled=true
server.http.listen_address=:7474
server.http.advertised_address=:7474
On those settings, I tried almost all possible combinations, but is still doesn't work.
Any help would be welcome,
Regards.
Share Improve this question edited Mar 26 at 17:49 jose_bacoy 12.7k1 gold badge24 silver badges40 bronze badges asked Mar 3 at 15:37 quillboar2quillboar2 11 bronze badge1 Answer
Reset to default 0Please follow these procedure as stated on this documentation.
https://neo4j/docs/operations-manual/2025.02/configuration/connectors/
or this SO answer can also help you:
Neo4j setup in OpenShift
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745086219a4610422.html
评论列表(0条)