SQL not trusted
m ((username removed) (log details removed): Moving to Documentation namespace)
(Replacing message template with parser tag)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
A connection was successfully established with the server, but an error occurred during the login process.  
A connection was successfully established with the server, but an error occurred during the login process.  
  Server=xxxx;Database=xxxx;Trusted_Connection=true;
  Server=xxxx;Database=xxxx;Trusted_Connection=true;
Line 9: Line 10:
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
[[Category:MDriven Server]]
[[Category:MDriven Server]]
{{Edited|July|12|2024}}

Latest revision as of 07:55, 17 June 2024

A connection was successfully established with the server, but 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 from Encrypt=False

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

This page was edited 12 days ago on 06/17/2024. What links here