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.

Connection to the database terminated

im using neo4j v 4.0 for project with spring boot , when i test API with postman it shows me this error :

Connection to the database terminated. Please ensure that your database is listening on the correct host and port and that you have compatible encryption settings both on Neo4j server and driver. Note that the default encryption setting has changed in Neo4j 4.0.

properties.application:

spring.data.neo4j.uri=bolt://localhost:7687
spring.data.neo4j.username=Graph
spring.data.neo4j.password=**secret**
spring.data.neo4j.database =stud
org.neo4j.driver.config.encrypted=true
1 REPLY 1

What version of Spring Data Neo4j (and Spring Boot) are you running?