You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add TrustServerCertificate=yes to MSSQL connection strings
ODBC Driver 18 for SQL Server requires SSL certificate verification by default.
For CI testing with self-signed certificates, we need to add the
TrustServerCertificate=yes parameter to bypass certificate verification.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments