mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Introduce mssql connection property 'host name in certificate' (#21064)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user