cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect Neo4j aura to a cluster

Nyarish
Contributor

Please help resolve this error :

org.neo4j.driver.exceptions.SecurityException: Failed to establish secured connection with the server

This occurs when I want to establish a connection to neo4j aura to my cluster .

Thank you.

18 REPLIES 18

Nyarish
Contributor

I think I might have to upgrade, since I don't have that option.

-werners-
Esteemed Contributor III

ok so I tested it for you.

with the init script this is in extra.security:

jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL

without the init script, I get the same as you.

So the script itself works.

Anonymous
Not applicable

@Werner Stinckens​ and @Nyaribo Maseru​ - You two are awesome! Thank you for working so hard together.

saab123
New Contributor II

I have added the init script on cluster start up in Spark->config->init.scripts. But my clsuter won't start after this.

Cluster scoped init script /Volumes/xxx/xxx/neo4j/neo4j-init.sh failed: Script exit status is non-zero. Could you please help me or provide the original script?