Introduce mssql connection property 'host name in certificate' (#21064)

This commit is contained in:
Cheena Malhotra
2023-01-25 17:09:28 -08:00
committed by GitHub
parent 065dfef1e4
commit 81b7cd2612
10 changed files with 54 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ export function createTestCredentials(): vscodeMssql.IConnectionInfo {
expiresOn: 0,
encrypt: false,
trustServerCertificate: false,
hostNameInCertificate: '',
persistSecurityInfo: false,
connectTimeout: 15,
connectRetryCount: 0,