I have OrientDB 1.6.3 and 1.6.4 servers running on my local development machine. The client has required https: protocol to access OrientDB's REST interface.
I have been unable to locate the configuration settings to enable the https engine in the java embedded http server. Can someone point me to them?
Alternately, what is another way to use https connections to the OrientDB REST interface?
The data access will need to be HIPAA compliant.
Thank you!
OrientDB doesn't support HTTPS out of the box, you should put Apache or any other layer in front of it.