I'm trying to create a connection to my Microsoft SQL Server database while setting the connection parameter trustServerCertificate=true.
But I see this in my log file:
Creating connection using connection string 'jdbc:sqlserver://********' and properties '{integratedSecurity=false, trustServerCertificate=false, user=***, password=************, applicationName=Safe Software FME, database=******, encrypt=true}
Is there a way to set this to true?