Hi. I started neo4j:enterprise on a k8s container and I mapped port 7687 to 80, so when I want to connect to neo4j server I should connect to this address: bolt://db.site.com:80 with default username and password.
I can connect to server by neo4j des...