Created
March 27, 2017 20:57
-
-
Save funkatron/e41ded935c183df7cab29dbe2f57ab05 to your computer and use it in GitHub Desktop.
Connecting to Neo4j - authentication error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> curl https://HOSTNAME:7473/db/data/ | |
{ | |
"errors" : [ { | |
"code" : "Neo.ClientError.Security.Unauthorized", | |
"message" : "No authentication header supplied." | |
} ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment