Skip to content

Commit 676b180

Browse files
authored
fix(srv): fix broken table (#5308)
1 parent f889980 commit 676b180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/serverless-sql-databases/troubleshooting/connection-errors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This error happens when the SQL client you are using does not support the TLS Se
142142
```
143143
- 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.
144144

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

0 commit comments

Comments
 (0)