Skip to content
Solidt.eu
  • Home
  • Code snippets
  • News

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

November 11, 2022

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

Solidt.eu