I've enabled "Encrypt connection" I've enabled "Trust server certificate"
I've added the TrustServerCertificate=true to my connection string
I've confirmed the service is running - there is another service called "SQL Server Agent" that refuses to start however
I have a self signed cert that I generated with powershell - and I've added it into SQL Server configuration manager.
Here is the error: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
This is on SQL Express 2019
Any help would be appreciated!