trying to connect neo4j internal server which is not ssl enabled . graphware php client throwing error of handshake so my question is is there any way to disable ssl support which is enabled by default .
error is given below.
string(91) "Handshake Exception. Unable to negotiate a version to use. Proposed versions were [1,0,0,0]"
Depending on what you are building I would either use GraphQL/Grandstack or write a custom API which connects to the database in a 1st tier supported language.
Either can be connected to a front-end using XHR calls.