You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
I am able to install a system comprised of Mirth 3.11.0, OpenJDK-15, and SQL Server (mssql-jdbc-9.2.1.jre15). Everything works fine after the installation process. However, I have been trying to upgrade to the latest Java version (OpenJDK-18.0.2.1) in the install package but am running into an issue when the Mirth Connect Server attempts to start:
Failed to initialize pool: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target".
I made sure to also upgrade the SQL Server driver (mssql-jdbc-11.2.0.jre18) as well as copy the options from .\Mirth Connect\docs\mcservice-java9+.vmoptions into the appropriate vmoptions files.
I similarly get this error with OpenJDK-18.0 and OpenJDK-17.0.
I'm not sure if this is strictly related to the openJDK package or something with Mirth. Searches for this problem seem to indicate I need to add a cert to the Java truststore (not sure which cert that would be. ). Any idea what else to check? I'm not a big Java user so I could be missing obvious.
Beta Was this translation helpful? Give feedback.
1 You must be logged in to vote