Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b14dedd

Browse files
Apply suggestions from code review
Co-authored-by: David Engel <dengel1012@gmail.com>
1 parent 6dff62d commit b14dedd

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/connect/odbc/connection-troubleshooting.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
2-
title: "Connection Encryption Troubleshooting"
3-
description: "Learn how to troubleshoot common connection issues related to connection encryption."
2+
title: Connection encryption troubleshooting
3+
description: Learn how to troubleshoot common connection issues related to connection encryption.
44
author: David-Engel
55
ms.author: v-davidengel
6-
ms.date: "07/31/2023"
6+
ms.date: 07/31/2023
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
1010
---
11-
# Troubleshooting connection encryption problems
11+
# Connection encryption troubleshooting in the ODBC driver
12+
13+
## Certificate chain errors
1214

1315
**If you see "SSL Provider: The certificate chain was issued by an authority that is not trusted." or "SSL routines::certificate verify failed: unable to get local issuer certificate" in your error:**
1416

1517
- Connection encryption is enabled by default in version 18 and newer. Users switching from previous versions of ODBC may see these errors if connection encryption was previously not used.
1618
- Users can choose to set the `Encrypt` connection string keyword to `no`/`optional` to disable connection encryption to match the default behavior prior to version 18. In the DSN Configuration UI, this option is set using the `Connection Encryption` dropdown.
1719
- If connection encryption is desired, `TrustServerCertificate` can also be set to `yes` to skip server certificate validation.
1820

21+
## Certificate name errors
22+
1923
**If you see "SSL Provider: The target principal name is incorrect." or "SSL routines::certificate verify failed:subject name does not match host name" in your error:**
2024

2125
- Users may see this error if the host name in the certificate returned by the server doesn't match what is expected. By default, the server name is used to check against the certificate.

0 commit comments

Comments
 (0)