Hi @Al C ,
The error occurs because of a change in the default behavior of the client drivers,
You do not necessarily need to use the latest driver, the one of the solutions is to use the Microsoft ODBC Driver 17 for SQL Server
Or you can try to change the value of the Encrypt setting of the application connection string property to No or Optional
, add Encrypt = Optional
;
If you're using a DSN, change the encryption setting from Mandatory to Optional.
Please refer to this article, you can try its solutions:
"The certificate chain was issued by an authority that is not trusted" error after upgrading SNAC applications
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.