Skip to content

Commit e7df700

Browse files
committed
Updating the doc for the new feaures added
1 parent 448a715 commit e7df700

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 connections for a minimum TLS version to go through and deny all connections with lower TLS version thereby enhancing 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 1.2 means that you only allow clients connecting using TLS 1.2 and all incoming connections with TLS 1.0 and TLS 1.1 will be rejected.
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.
1616

1717
## Prerequisites
1818

0 commit comments

Comments
 (0)