Orientdb client to connect orientdb SSL as well as orientdb non SSL server at same time #10016
Unanswered
arpitdd123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per the requirement , my Java program need to connect to orientdb SSL server as well as orientdb non SSL server at the same time in same JVM. But if I set parameter "client.ssl.enabled=true" then my client connects to only SSL server, and if I set as "client.ssl.enabled=false", then connects to non-ssl server.
Is there a way to connect both the servers at a same time in same JVM, without terminating either connection?
Beta Was this translation helpful? Give feedback.
All reactions