orientechnologies / orientjs

The official fast, lightweight node.js client for OrientDB
http://orientdb.com
Other
327 stars 67 forks source link

OrientDB encryption enabled database not accessible from studio and OrientJs OrientDBClient #446

Open SameerChorge94 opened 3 years ago

SameerChorge94 commented 3 years ago

Hello,

As per OrientDB Documentation https://orientdb.com/docs/3.1.x/security/Database-Encryption.html

I created one database with encryption enabled CREATE DATABASE plocal:/D:/ORIENT_DB/orientdb-3.1.3/orientdb-3.1.3/databases/testDB admin admin plocal graph -encryption=aes which is accessible from the OrientDB console and i'm able to create the Vertex edges and also able to insert the records to the vertexe

But i'm not able to access the same database from OrientDB studio also not able to connect to created database from orientjs OrientDBClient

Note: I'm using OrientDB Standalone server

Version: OrientDB version : 3.1.3

JDK Version:

java 13.0.2 2020-01-14
Java(TM) SE Runtime Environment (build 13.0.2+8)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)

Any Workaround or suggestions for accessing encryption enabled database from studio and orientjs client as normal databases can be accessed from Studio and OrientJs client both.

Thanks.