mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update error dialog to include instructions text for SSL cert validation failure (#21036)
This commit is contained in:
@@ -5244,6 +5244,17 @@ Error: {1}</source>
|
||||
<trans-unit id="kerberosKinit">
|
||||
<source xml:lang="en">If you have previously connected you may need to re-run kinit.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="runKinit">
|
||||
<source xml:lang="en">Run Kinit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enableTrustServerCertificate">
|
||||
<source xml:lang="en">Enable Trust server certificate</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="trustServerCertInstructionText">
|
||||
<source xml:lang="en">Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog.
|
||||
|
||||
Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? </source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/connection/browser/connectionDialogWidget" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="connectType">
|
||||
|
||||
Reference in New Issue
Block a user