Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ This error happens when the SQL client you are using does not support the TLS Se
```
- If you cannot modify the connection string or optional connection parameters, upgrade or change your client library. Refer to the table below for the most common libraries and tools supporting SNI.

| Language | Library / Tool | SNI support | Workaround to Partial Support |
| Language | Library / Tool | SNI support | Workaround to Partial Support |
|:--------:|:---------------------:|:-------------:|:-------------------------------------------------------------------------------:|
| Nodejs | node-postgres | Yes | |
| Nodejs | postgres.js | Yes | |
Expand All @@ -159,4 +159,4 @@ This error happens when the SQL client you are using does not support the TLS Se
| N/A | IntelliJ (SQL Module) | Yes | |
| N/A | navicat | No | |
| N/A | Stitch | No | |
| N/A | Terraform/OpenTofu | No | Terraform/OpenTofu includes an older lib/pq version (v1.10.3) which does not support SNI. |
| N/A | Terraform/OpenTofu | No | Terraform/OpenTofu includes an older lib/pq version (v1.10.3) which does not support SNI. |