neo4j-rstats / neo4r

A Modern and Flexible Neo4J Driver
https://neo4j-rstats.github.io/user-guide/
Other
106 stars 30 forks source link

Connection to localhost not working when proxy present #89

Open CosteaPaul opened 3 years ago

CosteaPaul commented 3 years ago

Hello,

I'm trying to connect to a local db, running on a PC that lives in a VPN and has http proxying. When going for: con <- neo4j_api$new( url = "127.0.0.1:7474", user = "neo4j", password = "password" ) (or localhost:) i get a 407 returned on the ping. Seems to hit the proxy authentication...

Connecting through the browser however, works. I guess that's not that surprising. :)

DB version 4.2.5

And pointers for working around this would be grand!