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

@@ -269,6 +269,12 @@
<trans-unit id="cms.connectionOptions.serverName.displayName">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.hostNameInCertificate.description">
<source xml:lang="en">Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.hostNameInCertificate.displayName">
<source xml:lang="en">Host name in certificate</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.trustServerCertificate.description">
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
</trans-unit>
@@ -396,4 +402,4 @@
<source xml:lang="en">Version</source>
</trans-unit>
</body></file>
</xliff>
</xliff>

View File

@@ -352,6 +352,12 @@
<trans-unit id="mssql.connectionOptions.serverName.displayName">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.hostNameInCertificate.description">
<source xml:lang="en">Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.hostNameInCertificate.displayName">
<source xml:lang="en">Host name in certificate</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.trustServerCertificate.description">
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
</trans-unit>
@@ -593,4 +599,4 @@
<source xml:lang="en">Show Log File</source>
</trans-unit>
</body></file>
</xliff>
</xliff>