diff --git a/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx b/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx index 0a85df1a06..3360b6c564 100644 --- a/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx +++ b/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx @@ -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 | | @@ -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. |