Use Python Driver to connect to a Neo4J behind a wepproxy

228 views Asked by At

I would like to use the neo4j-python driver to connect to a remote neo4j enterprise instance (hosted on azure). My development machine is unfortunatly (due to corporate policy) behind a proxy. In other libraries and also in the neo4j desktop application I can specify a proxy. I didn't find any documentation on how to configure a proxy for the neo4j python driver. Is there any way to do this?

0

There are 0 answers