Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created March 27, 2017 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funkatron/e41ded935c183df7cab29dbe2f57ab05 to your computer and use it in GitHub Desktop.
Save funkatron/e41ded935c183df7cab29dbe2f57ab05 to your computer and use it in GitHub Desktop.
Connecting to Neo4j - authentication error
> 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