I'm trying to connect to a Firebird server with Node.js "node-firebird", but I always get the error
Incompatible wire encryption levels requested on client and server at doCallback
The problem is that I'm just trying to connect on a server that a company gave me the data to connect, however I don't have access to change the wire crypt in this Firebird server, neither they know how to do that.
Could someone give me the leads to show them what to do and make it works? Or if you have any suggestions on how to change on my JS any data to be able to connect.