Solidt.eu
  • Home
  • Code snippets
  • News

MSSQL Connect: The certificate chain was issued by an authority that is not trusted

Date: 2022-11-11

https://stackoverflow.com/questions/17615260/the-certificate-chain-was-issued-by-an-authority-that-is-not-trusted-when-conn

Solution: add the line below to your connection string

TrustServerCertificate=True

699000cookie-checkMSSQL Connect: The certificate chain was issued by an authority that is not trustedno
Loading