Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-02-2021 02:41 AM
Hello!
I'm trying to use Community server version on Centos.
As per instructions, before installing I need install openjdk 11 (installed) and Neo4j adapter - and I have problem with adapter installation:
[MIRROR] neo4j-java11-adapter.noarch.rpm: Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://dist.neo4j.org/neo4j-java11-adapter.noarch.rpm [SSL certificate problem: self signed certificate]
What wrong?
12-02-2021 06:29 AM
Hi @olgafedorchenko ,
Which instructions are you following? I'm having the unhelpful works-for-me experience when I try to do:
curl -O https://dist.neo4j.org/neo4j-java11-adapter.noarch.rpm
From this page Deploy Neo4j using the Neo4j RPM package - Operations Manual
-ABK
12-06-2021 02:23 AM
Hello!
Thank you for reply, is there some way to check if the adapter installed correctly?
I have popular problem with websocket in browser - no connection to db
12-06-2021 02:44 AM
Probably the best check would be to ssh
onto the machine to see whether you can connect locally to the DBMS.
First verify that Neo4j is running:
./bin/neo4j status
Then check whether you can connect and run queries using cypher shell:
./bin/cypher-shell
Best,
ABK
All the sessions of the conference are now available online