Encryption/trust can only be configured either through URL or config, not both
See original GitHub issueHi!
New BaseNeovisConfig does not have encrypted parameter. But error message somehow presume it is available.
https://neo4j-contrib.github.io/neovis.js/interfaces/BaseNeovisConfig.html
Encrypted is in OldNeoVisConfig.
https://neo4j-contrib.github.io/neovis.js/interfaces/OldNeoVisConfig.html
What will be the correct setup? Why connection to cloud Aura instance cause this error? Can I get a link to old driver for OldNeoVisConfig, so I can use https://github.com/neo4j-contrib/neovis.js/issues/227 solution? Because with 2.0.2 you cannot use old configuration file.
function draw() { var config = { containerId: "viz", neo4j: { serverUrl: "neo4j+s://ADDRESS:7687", serverUser: "neo4j", serverPassword: "PASS" },
I was able to find 1.5.0 driver, and successfully connect to my database. But I believe I should not use 2 years old driver.
Issue Analytics
- State:
- Created a year ago
- Comments:13
thanks a lot, @thebestnom
Working config for Cloud Aura:
neo4j:// - does not work, as
encrypted: "ENCRYPTION_ON",
is no longer supported, as far I understand.could you please confirm that neovis is no longer compatible with cloud Aura?