I\'m trying to install a neo4j server on my localhost (mac osx - El-capitan) and i\'m getting this error -
Starting Neo4j failed: Address localhost:
Same problem using Win 10, I had to turn off https-support in neo4j-server.properties, i.e.
neo4j-server.properties
\# Turn https-support on/off org.neo4j.server.webserver.https.enabled=false