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/."
If I change my webserver config with "no SSL", there is no error. neovis.js works well.
When I configure SSL, how should I configure in js config.
How can I configure server_url as bolt with SSL?
It was solved. There is a solution in the manual.
Please, add the below value in the config
"encrypted: "ENCRYPTION_ON"