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.
rmerritt
Jul 07, 2024Copper Contributor
yup that did it