I just upgraded a Filr environment to 23.4 and now tomcat can no longer connect to the external MS SQL DB. I see errors like this in the Catalina.out:
com.microsoft.sqlserver.jdbc.SQLServerException: "encrypt" property is set to "false" and "trustServerCertificate" property is set to "false" but the driver could not establish a secure connection to SQL
Server by using Secure Sockets Layer (SSL) encryption: Error: Certificates do not conform to algorithm constraints.
The SQL connection was never encrypted and this has been the DB through many many versions of File. Did something change in 23.4? Any idea how to get it re-connected?
Matt