You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: