7

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 .

ssr
  • 71
  • 1
  • 2

1 Answers1

4

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

The means to support SSL in Mirth Connect are:

This listing is more actively maintained at: https://gist.github.com/jonbartels/8abd121901eb930f46245d9ef0f5710e

Disclaimer - I currently have had connections to all three companies with commercial offerings.

Freiheit
  • 8,408
  • 6
  • 59
  • 101
  • 1
    For an example using nginx, see [How can I use HTTP Sender to submit a client certificate without the SSL Manager Plugin?](https://stackoverflow.com/a/52414240/138200). Unless you are submitting a client certificate, you will need to remove the `proxy_ssl_certificate` lines. – Mitch Sep 27 '18 at 23:29