moxious / halin

Neo4j monitoring tool
https://halin.now.sh
Apache License 2.0
85 stars 19 forks source link

Connection failure: attempted to connect to the insecure WebSocket #152

Closed bartonhammond closed 4 years ago

bartonhammond commented 4 years ago

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.

bartonhammond commented 4 years ago

I installed source and can use it now - thanks for making this available!