cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j browser givin error: "Unknown scheme:http" while using http as connect URL

Neo4j browser giving error: "Unknown scheme:http" while using http as connect URL.

This happening after the upgrade from 3.5.14 to 3.5.18.

1 ACCEPTED SOLUTION

jggomez
Graph Voyager

Hu, can you try https? and you can check the conf neo4j file if http protocol is enabled on the server

View solution in original post

2 REPLIES 2

jggomez
Graph Voyager

Hu, can you try https? and you can check the conf neo4j file if http protocol is enabled on the server

To be complete.

Click the three dots next to the DB in the Desktop view; choose "Manage"; click "Settings" and then change these settings to what you want/need:

# HTTP Connector. There can be zero or one HTTP connectors.
dbms.connector.http.enabled=true
#dbms.connector.http.listen_address=:7474
#dbms.connector.http.advertised_address=:7474

# HTTPS Connector. There can be zero or one HTTPS connectors.
dbms.connector.https.enabled=false
#dbms.connector.https.listen_address=:7473
#dbms.connector.https.advertised_address=:7473