❔ Microsoft.Data.SqlClient.SqlException
Microsoft.Data.SqlClient.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 chain was issued by an authority that is not trusted.)'
3 Replies
basically what it says, the SSL cert your server is using isn't known/trusted by the PC you're running the code on
you can modify your connection string to ignore it but that's not a good solution for production code
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.