问题
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