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
Other things that may come into play:
<code>Integrated Security=True; Encrypt=True; TrustServerCertificate=True;</code>
SQL connection 4.x has changed its default setting  <code>Encrypt=True to  Encrypt=False</code>


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

Revision as of 17:42, 21 April 2022

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

Other things that may come into play:

Integrated Security=True; Encrypt=True; TrustServerCertificate=True;

SQL connection 4.x has changed its default setting Encrypt=True to Encrypt=False

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

This page was edited 73 days ago on 02/10/2024. What links here