mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add support for Encrypt=Strict for TDS 8.0 connections with SQL Server 2022 (#21256)
This commit is contained in:
@@ -168,11 +168,20 @@
|
||||
<source xml:lang="en">Current language</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed</source>
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' encryption is supported on SQL Server 2022 onwards.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.strict">
|
||||
<source xml:lang="en">Strict</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.true">
|
||||
<source xml:lang="en">Mandatory (True)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
||||
</trans-unit>
|
||||
@@ -408,4 +417,4 @@
|
||||
<source xml:lang="en">Version</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
</xliff>
|
||||
|
||||
@@ -270,11 +270,20 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Enclave Attestation URL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed</source>
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' encryption is supported on SQL Server 2022 onwards.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.strict">
|
||||
<source xml:lang="en">Strict</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.true">
|
||||
<source xml:lang="en">Mandatory (True)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
||||
</trans-unit>
|
||||
@@ -618,4 +627,4 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Show Log File</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
</xliff>
|
||||
|
||||
Reference in New Issue
Block a user