The certificate chain was issued by an authority that is not trusted
When using a powershell script to login to the database. I have bound a let's encrypt wildcard certificate to the SQL server. Using ;TrustServerCertificate=true
cannot be done for the current use. Any reason why this error even after using a trusted cert?
Tried using a let's encrypt wild card cert for SQL cert but got the same error. Was expecting the powershell script to login to the database.