SQL not trusted
No edit summary
No edit summary
Line 6: Line 6:


Server=xxxx;Database=xxxx;Trusted_Connection=true;TrustServerCertificate=True
Server=xxxx;Database=xxxx;Trusted_Connection=true;TrustServerCertificate=True
For search: The certificate chain was issued by an authority that is not trusted

Revision as of 16:53, 21 April 2022

This page was created by Hans.karlsen@mdriven.net on 2022-03-30. Last edited by Edgar on 2025-01-20.

A connection was successfully established with the server, but then an error occurred during the login process.

Server=xxxx;Database=xxxx;Trusted_Connection=true;

Add the TrustServerCertificate=True

Server=xxxx;Database=xxxx;Trusted_Connection=true;TrustServerCertificate=True

For search: The certificate chain was issued by an authority that is not trusted