Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-07-2021 08:19 AM
My Neo4j browser works well and I tried to develop it with noevis.js.
My web server is using SSL, so I connect the html page with HTTPS.
When I connect test.html, there is an error like below.
"Neo4j driver is configured to use insecure WebSocket on a HTTPS web page. WebSockets might not work in a mixed content environment. Please consider configuring driver to use encryption."
"[blocked] The page at https://xxxx/test.html was not allowed to run insecure content from ws://xxxxx:7687/."
It was solved. There is a solution in the manual.
Please, add the below value in the config
"encrypted: "ENCRYPTION_ON"
10-07-2021 11:28 PM
Probably better as a github issue on neovis.
Did you use a neo4j+s:// or bolt+s:// connection URL to your database?
the separate config option should no longer be used.
11-20-2022 02:48 PM
Link to manual??
All the sessions of the conference are now available online