Using cypher-shell with custom certificate possible?

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

Hi @ceisserer ! And welcome to the community!

I have to say I'm not sure if this could work, but you could look into adding the certificate to the trusted certificates (cacerts as it is commonly known) that the java installation that cypher-shell uses in your computer. In this URL this is mentioned for Windows, haven't tested it myself, but it could be a start!

Hope this helps, all the best!