Hi, I am trying to connect to Microsoft SQL Server 2016 Standard Edition (64‑bit) using Splunk DB Connect 4.1.1 with the Splunk DBX Add‑on for Microsoft SQL Server JDBC 1.3.2. My environment is running Java OpenJDK 17. I have already tried disabling Java security policies, and I also tested different combinations of the connection string properties ( encript and TrustServerCertificate ). However, none of these changes worked. The connection still fails with the following error: When attempting the connection, I receive the following error: The property "encrypt" is set to "true" and the property "trustServerCertificate" is set to "true", but the driver was unable to establish a secure connection to SQL Server using Secure Sockets Layer (SSL) encryption: Error: Certificates do not conform to algorithm constraints. ClientConnectionId: cfdc7e4a-068a-42f4-a134-1d02332d99d0 Regards!
... View more