mirth-connect

Access Mirth Connect REST API from Javascript Transformers (Mirth 3.5.1)

丶灬走出姿态 提交于 2021-02-08 06:29:34
问题 I am struggling to access the mirth connect Rest api endpoints from a source javascript transformer of a mirth connect channel. My goal is to be able to export and import channel groups using javascript code in the transformer. I am aware that it is not possible to use XHR as it is specific to web browsers. I have tried searching for any good documentation on how to consume mirth connect rest api but I haven't been lucky either. Can someone please demonstrate maybe through code on how to

Mirth/Java10 - Missing Class to Send Email

久未见 提交于 2020-02-06 06:23:27
问题 Mirth 3.6.0, Java 10 Caused by: java.lang.NoClassDefFoundError: javax/activation/DataSource Hello, I am getting the error above when trying to send an email through Mirth. I have read that a class is missing from Java 10 but I cannot find clear instructions to successfully resolve this issue. Any help would be greatly appreciated. 回答1: In JDK 9 and JDK 10, the modules that contain CORBA or the APIs shared between Java SE and Java EE are not resolved by default when you compile or run code on

How can I use HTTP Sender to submit a client certificate without the SSL Manager Plugin?

非 Y 不嫁゛ 提交于 2019-12-24 11:28:17
问题 We have a Mirth server which is not under a support contract which needs to POST to a client-certificate authenticated HTTPs service. Since the certificate is self-signed, adding it to appdata\keystore.jks doesn't seem to work. How can I explicitly specify a client certificate for a HTTP Sender destination without forking over the big bucks? 回答1: Create an nginx reverse proxy. That way, Mirth only has to connect on HTTP - nginx submits the client certificate. For windows: Unzip nginx Update

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