Hi all,
I’m trying to connect to a Neo4j server behind a reverse proxy that only supports HTTPS/WebSocket protocols. The bolt://<hostname>:443 URI works in the browser, however the connection hangs when trying to use it with the Python driver. I can ...