I would like to use cypher-shell to populate a remote neo4j instance which is secured via a certificate.
Using neo4j-browser I was able to simply connect using the neo4j+s uri scheme after I had installed the certificates in windows.
However all attemps to connect via cypher-shell so far were not successful, the shell terminates with "Scheme ___ is not configurable with manual encryption and trust settings":
cypher-shell.bat --encryption true -a "neo4j+s://some_service:443" -u neo4j -p XGXCC6OeL6vh2BOWB9LdYfAg
-> Scheme neo4j+s is not configurable with manual encryption and trust settings
is this environment simply not supported by cypher-shell?
Thanks, Clemens