Forum Discussion
rmerritt
Jun 10, 2024Copper Contributor
Moved auth db from localdb to mssql now I get a cert error
here is the error SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate...
Alex_is_programming
Jun 24, 2024Copper Contributor
Hi,
I imagine you found the solution but just in case ... I had the same problem and needed to add this "TrustServerCertificate=true;" to my connection string.
I imagine you found the solution but just in case ... I had the same problem and needed to add this "TrustServerCertificate=true;" to my connection string.
- Abhishek_KhatriJul 09, 2024Brass ContributorYes issue exactly is that and it is resolved by adding this TrustServerCertificate=true into connection string.
- rmerrittJul 07, 2024Copper Contributoryup that did it