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?
Asked
Active
Viewed 123 times
0
-
I tried to solve it using environmental variables for now, as described here https://stackoverflow.com/questions/48446368/passing-all-pythons-traffic-through-proxy-using-pycharm. Doesn't work...Problem is I guess, that the driver is not using http? – freddy Jun 17 '22 at 07:55
-
Can you use ssh to forward the bolt port? – Håkan Löfqvist Jun 17 '22 at 08:27
-
Unfortunatly not, as ssh is blocked by the proxy – freddy Jun 17 '22 at 10:00
-
Hmm, then I think this is not a "neo4j question" more a question for your your it folks, maybe you need a jump box on azure? – Håkan Löfqvist Jun 17 '22 at 11:39
-
But I guess this means there is no configuration available for the python driver? Other database drivers have specifically available the option to configure proxy settings. – freddy Jun 17 '22 at 13:13