User Tools

Site Tools


software:neo4j

This is an old revision of the document!


How do I enable remote HTTPS access with Neo4j 3.0.x

From: https://neo4j.com/developer/kb/how-do-i-enable-remote-https-access-with-neo4j-30x/

The change from localhost:7473 to 0.0.0.0:7473 will allow for remote connections to https://<Neo4j_Host_IP>:7473

From: https://neo4j.com/docs/operations-manual/current/configuration/connectors/

Connector name 	Protocol 	Default port number
dbms.connector.bolt
Bolt
7687

dbms.connector.http
HTTP
7474

dbms.connector.https
HTTPS
7473

Install Neo4j on SUSE

From: https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/

2.2.2.2. SUSE
	

SUSE is not certified for production use. These instructions are provided for convenience for those wishing to use Neo4j in non-production environments.

For SUSE-based distributions the steps are as follows:

    Use the following as root to add the repository:

    zypper addrepo --refresh http://yum.neo4j.org/stable neo4j-repository

    Install Neo4j.

        To install Neo4j Community Edition as root:

        zypper install neo4j-3.4.0

        To install Neo4j Enterprise Edition as root:

        zypper install neo4j-enterprise-3.4.0

software/neo4j.1528949827.txt.gz · Last modified: 2018/06/14 04:17 by superwizard