JDBC connectivity error for SQL Server

I keep getting the below error from JDBC driver while trying to connect to the SQL server. Does anyone know who to resolve this?

Thank you in advance!

**"Unexpected error running Liquibase: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Connection could not be created to jdbc:sqlserver://SQL.Company.com:12345;database=EIDS_ENC;encrypt=false;integratedSecurity=false;useSSL=false; with driver com.microsoft.sqlserver.jdbc.SQLServerDriver.  The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed"**

solution mentioned here worked for me: Unable to execute liquibase update on the new mssql dsetup