Skip to content

Instantly share code, notes, and snippets.

@jonbartels
Last active August 21, 2025 16:05
Show Gist options
  • Select an option

  • Save jonbartels/585d4bee6d91a906002f01b1001dc9bd to your computer and use it in GitHub Desktop.

Select an option

Save jonbartels/585d4bee6d91a906002f01b1001dc9bd to your computer and use it in GitHub Desktop.

was working through the removal of NG TLS plugin. Looks like you must do a full config export, then

xmlstarlet ed -P -d '//*[local-name()="com.mirth.connect.plugins.ssl.model.SSLConnectorPluginProperties"]' fullexporttest.xml > engine.no-ssl.xml

then re-import. Otherwise some channels become uneditable. That is true with NG or OIE.

Credit to Paul C for finding this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment