SQL not trusted

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

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