NextGen Knowledge Center

Connect to Database using SSL/TLS

By default, Mirth® Connect is configured to connect to an embedded Apache Derby database for quick deployment, development, and testing. When using Mirth® Connect in production environments, we recommend changing the underlying database to one of the supported servers:

  • PostgreSQL 8.3+
  • MySQL 5.6+
  • Oracle 10gR2+
  • SQL Server 2005+

There is more information on changing the database type here:

And more information about configurable options in mirth.properties here:

Typically these database connections are not encrypted by default. The instructions to enable SSL/TLS traffic for database connections differ depending on the database and JDBC driver you are using. Here are some instructions for each of the supported backend databases. For more information, consult the manuals for the specific database and JDBC driver you are using.