Skip to content

Commit b5a9664

Browse files
committed
Clearer
1 parent 1fd8840 commit b5a9664

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/postgresql/concepts-hyperscale-ssl-connection-security.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ ms.topic: conceptual
88
ms.date: 09/17/2019
99
---
1010
# Configure SSL connectivity in Azure Database for PostgreSQL - Hyperscale (Citus)
11-
Client applications to Hyperscale (Citus) coordinator node require Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against "man-in-the-middle" attacks by encrypting the data stream between the server and your application.
12-
13-
By default, the PostgreSQL database service is configured to require SSL connection. You can choose to disable requiring SSL if your client application does not support SSL connectivity.
11+
Client application connections to the Hyperscale (Citus) coordinator node require Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against "man-in-the-middle" attacks by encrypting the data stream between the server and your application.
1412

1513
## Enforcing SSL connections
1614
For all Azure Database for PostgreSQL servers provisioned through the Azure portal, enforcement of SSL connections is enabled by default.
@@ -24,7 +22,7 @@ Some application frameworks that use PostgreSQL for their database services do n
2422
In some cases, applications require a local certificate file generated from a trusted Certificate Authority (CA) certificate file (.cer) to connect securely. The certificate to connect to an Azure Database for PostgreSQL server is located at https://www.digicert.com/CACerts/BaltimoreCyberTrustRoot.crt.pem. Download the certificate file and save it to your preferred location.
2523

2624
### Connect using psql
27-
The following example shows how to connect to your PostgreSQL server using the psql command-line utility. Use the `sslmode=verify-full` connection string setting to enforce SSL certificate verification. Pass the local certificate file path to the `sslrootcert` parameter.
25+
The following example shows how to connect to your Hyperscale (Citus) coordinator node using the psql command-line utility. Use the `sslmode=verify-full` connection string setting to enforce SSL certificate verification. Pass the local certificate file path to the `sslrootcert` parameter.
2826

2927
Below is an example of the psql connection string:
3028
```

0 commit comments

Comments
 (0)