invana / invana-studio

Open source graph visualiser.
Apache License 2.0
175 stars 19 forks source link

UI failing in safari Mac #9

Closed rrmerugu closed 4 years ago

rrmerugu commented 4 years ago

This is because safari doesn't support insecure web sockets, so will fail to connect to ws://localhost:8182/gremlin where as it shall work fine with wss://localhost:8182/gremlin.

rrmerugu commented 4 years ago

working fine both with ws and wss.