I have a problem with the connection to SQL Server via Pentaho DI. I downloaded the latest versions of Pentaho 9.3, JDK 18.0.2.1, and JRE 1.8.0_341
Then I downloaded and extracted "sqljdbc_11.2" drivers for connection to SQL Server and copied file 'mssql-jdbc-11.2.0.jre8.jar' into Pentaho folder '...PentahoDI\data-integration\lib' and trying to connect through a new connection in Spoon, but getting an error:
Connection failed. Verify all connection parameters and confirm that the appropriate driver is installed.
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.
Error: "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target". ClientConnectionId:134f753-c55f-266d-9081-235aec6fa4a0'
And there is no answer for me on how to solve this problem on Pentaho. Maybe someone knows this issue?