Does Mirth connect 3.6 open source supports HTTP without using SSL manager

别等时光非礼了梦想. 提交于 2019-12-10 13:59:17

问题


I'm trying to setup a free verion of mirth connect 3.6 version for my client . I need to setup an interface with HTTP connector. What are the necessary certificates required to connect over HTTPS . can anyone list out all the checklist certificates .


回答1:


No the open source version of Mirth Connect does not directly support SSL.

The means to support SSL in Mirth Connect are:

  • Use a proxy like stunnel, nginx (Example from the answer here), or Apache in front of Mirth Connect
  • Manually manage the Java keystore and truststore used by the JVM running Mirth Connect. Typically done using keytool.
  • A commercial offering from Zen, https://consultzen.com/zen-ssl-extension/
  • A commercial offering from NextGen, https://www.nextgen.com/products-and-services/integration-engine

Disclaimer - I currently have and have had connections to both companies with commercial offerings.



来源:https://stackoverflow.com/questions/51831891/does-mirth-connect-3-6-open-source-supports-http-without-using-ssl-manager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!