Souldn't Neo4j browser or clients accept the ws:// and wss:// schemes?

This is a follow-up of this other message. It seems that Apache is able to understand websocket connections and to reverse-proxy them.

The problem is I cannot type ws://proxy/... on the Neo4j browser, it tells me "unknown scheme". I wish the browser (or any other BOLT-based client, I'm using the Java one) understand that in this case it has to connect via websocket. I also understand Neo4j supports BOLT-over-websocket connections, and that, indeed, "bolt://..." are already connections of this type.

So, I'd like to file an issue to propose that extension to accept ws:// URLs, but I'd like to first check that I'm getting it well. Same goes for wss://

Thanks in advance for a reply.

1 Like