简体   繁体   English

如何通过HTTPS使用OrientDB?

[英]How to use OrientDB over HTTPS?

I have OrientDB 1.6.3 and 1.6.4 servers running on my local development machine. 我的本地开发计算机上运行着OrientDB 1.6.3和1.6.4服务器。 The client has required https: protocol to access OrientDB's REST interface . 客户端需要https:协议才能访问OrientDB的REST接口

I have been unable to locate the configuration settings to enable the https engine in the java embedded http server. 我无法找到配置设置以在Java嵌入式http服务器中启用https引擎。 Can someone point me to them? 有人可以指点我吗?

Alternately, what is another way to use https connections to the OrientDB REST interface ? 另外,使用https连接到OrientDB REST接口的另一种方法是什么?

The data access will need to be HIPAA compliant. 数据访问将需要符合HIPAA

Thank you! 谢谢!

OrientDB不支持现成的HTTPS,您应该在其前面放置Apache或任何其他层。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM