instrument.ts:129 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.
(anonymous) @ instrument.ts:129
browser-channel.js:60 Mixed Content: The page at 'https://halin.graphapp.io/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://192.168.1.48:7687/'. This request has been blocked; this endpoint must be available over WSS.
I can log onto Neo4j w/ http://192.168.1.48:7474/browser/ but when I try to connect via https://halin.graphapp.io/, it fails with this in the console:
instrument.ts:129 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. (anonymous) @ instrument.ts:129
browser-channel.js:60 Mixed Content: The page at 'https://halin.graphapp.io/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://192.168.1.48:7687/'. This request has been blocked; this endpoint must be available over WSS.