Greetings fellows!!! Hope everything fine for you and yours…I’m writting here because i’m trying to deploy Neo4j 2.2.13 (this version it’s mandatory at this time) INTO AN aws EC2 instance, behind an ALB…requests are managed by certain corporative proxy (at front of my AWS ALB) this proxy takes the request , evaluates if user has access and redirects to my ALB…y need an ALB because i have 3 more other solutions in other 2 instances there…So the point is that i need to use the url http://domain/neo4j to server neo4j…. But i’ve tried any possible way with different results…but none satisfactory…when i’d make that neo4j returns proper response (manually requesting to /neo4j/browser path) i’m getting a red alert on the frontend saying i’ve not access to database…Any idea, someone has faced similar problem and founded any solution? Thanks
2.2.13? i dont even know if we released 2.2.13 for the changelog for 2.2.x appears to be only up to 2.2.11 Neo4j 2.2 Enterprise changelog · neo4j/neo4j Wiki · GitHub
further 2.2.x is some 9+ years old.
- are you sure its 2.2.13?
- is there a reason to use 9+ yr old software
Hi @dana_canzano ..thanks !!! Yes, i’m sure it’s 2.2.13..well..thats what i’m using at Dockerfile….i’m using neo4j:2.2.13 in my Dockerfile…About the reason…just can say about :that version it’s mandatory…institutional reasons right now…
ok.. 2.3.12 Neo4j 2.3.12 - Graph Database & Analytics released 12 December 2017
Hi..i’ve been solving step by step this thing…now i need to tell the browser search the database at “/neo4j/db/data/“ instead “/db/data/“..some idea?
