Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Tell sqlcmd to trust server self-signed certificate
As explained in https://techcommunity.microsoft.com/t5/sql-server-blog/odbc-driver-18-0-for-sql-server-released/ba-p/3169228 There a couple breaking changes in 18.0 over previous releases that may affect a lot of users. ... If you are using a self-signed certificate and the Force Encryption setting on the server to ensure clients connect with encryption, you will need to do one of the following (in order of recommendation): Change to a certificate that is trusted as part of the client's trust chain. Add the self-signed certificate as a trusted certificate on the client. Change your client's TrustServerCertificate connection string setting (or connection property) to yes.
- Loading branch information