Connections to Neo4j Aura are encrypted using SSL. Depending on the version of driver you are using, this is handle in one of two ways: either by using bolt+routing
in the connection URI and explicitly setting encrypted to true (when using older driver versions); or by using neo4j+s
as the scheme in the connection URI. In either case, your connections will be encrypted.
For additional information about connecting securely, please see our drivers documentation. Please note that the neo4j+ssc
connection scheme is not supported in Aura.
Comments
0 comments
Please sign in to leave a comment.