https://stackoverflow.com/questions/...sted-when-conn

Based on the connection string, this appears to be your own PC that you are connecting to. Workarounds for non-production, non-publicly accessible systems would be to either set Trusted_Connection to false, or add TrustServerCertificate=True to the connection string.

Good luck.