Skip to content

Commit 9249d4c

Browse files
committed
Updating the doc for the new feaures added
1 parent 333f4de commit 9249d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/howto-tls-configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 03/10/2020
1010

1111
# Configuring TLS settings in Azure Database for PostgreSQL - Single server using Azure portal
1212

13-
This article describes how you can configure an Azure Database for PostgreSQL - Single server to enforce a minimum TLS version for all incoming connections which helps improve the network security.
13+
This article describes how you can configure an Azure Database for PostgreSQL - Single server to enforce a minimum TLS version for all incoming connections, which helps improve the network security.
1414

15-
Security conscious customers now have the ability to enforce TLS version for connecting to their Azure Database for PostgreSQL - Single server. Customers now have a choice to set the minimal TLS version for their database server. For example, setting this Minimum TLS version to 1.0 means you shall allow clients connecting using TLS 1.0, 1.1 and 1.2. Alternatively, setting this to TLS 1.2 means that you only allow client connections using TLS 1.2 and reject connections with TLS 1.0 and TLS 1.1.
15+
Security conscious customers now have the ability to enforce TLS version for connecting to their Azure Database for PostgreSQL - Single server. Customers now have a choice to set the minimal TLS version for their database server. For example, setting this Minimum TLS version to 1.0 means you shall allow clients connecting using TLS 1.0, 1.1 and 1.2. Alternatively, if you set this to TLS 1.2 it will only allow client connections using TLS 1.2 and reject connections with lower TLS version such as TLS 1.0 and TLS 1.1.
1616

1717
## Prerequisites
1818

0 commit comments

Comments
 (0)