We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9142f1 commit 919469aCopy full SHA for 919469a
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