We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385d2ca commit 2c3b8eeCopy full SHA for 2c3b8ee
packages/neo4j-driver/test/stress-test.js
@@ -68,7 +68,7 @@ export default async function execute () {
68
logging: neo4j.logging.console(LOGGING_ENABLED ? 'debug' : 'info')
69
}
70
71
- if (isSslSchemeNotSet()) {
+ if (isSslSchemeNotSet(DATABASE_URI)) {
72
config.encrypted = isRemoteCluster()
73
74
0 commit comments