Skip to content

Commit c06005c

Browse files
authored
Merge pull request #49923 from cephalin/tls
update tls text
2 parents e013c51 + 611c366 commit c06005c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/app-service/app-service-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 05/24/2018
16+
ms.date: 08/24/2018
1717
ms.author: cephalin
1818

1919
---
@@ -45,7 +45,7 @@ App Service lets you secure your apps with [HTTPS](https://wikipedia.org/wiki/HT
4545

4646
To secure your app against all unencrypted (HTTP) connections, App Service provides one-click configuration to enforce HTTPS. Unsecured requests are turned away before they even reach your application code. For more information, see [Enforce HTTPS](app-service-web-tutorial-custom-ssl.md#enforce-https).
4747

48-
[TLS](https://wikipedia.org/wiki/Transport_Layer_Security) 1.0 is no longer considered secure by industry standards, such as [PCI DSS](https://wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard). App Service lets you disable outdated protocols by [enforcing TLS 1.1/1.2](app-service-web-tutorial-custom-ssl.md#enforce-tls-1112).
48+
[TLS](https://wikipedia.org/wiki/Transport_Layer_Security) 1.0 is no longer considered secure by industry standards, such as [PCI DSS](https://wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard). App Service lets you disable outdated protocols by [enforcing TLS 1.1/1.2](app-service-web-tutorial-custom-ssl.md#enforce-tls-versions).
4949

5050
App Service supports both FTP and FTPS for deploying your files. However, FTPS should be used instead of FTP, if at all possible. When one or both of these protocols are not in use, you should [disable them](app-service-deploy-ftp.md#enforce-ftps).
5151

articles/app-service/app-service-web-tutorial-custom-ssl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: web
1313
ms.tgt_pltfrm: na
1414
ms.devlang: nodejs
1515
ms.topic: tutorial
16-
ms.date: 06/19/2018
16+
ms.date: 08/24/2018
1717
ms.author: cephalin
1818
ms.custom: mvc
1919
---
@@ -233,11 +233,11 @@ When the operation is complete, navigate to any of the HTTP URLs that point to y
233233
- `http://contoso.com`
234234
- `http://www.contoso.com`
235235

236-
## Enforce TLS 1.1/1.2
236+
## Enforce TLS versions
237237

238-
Your app allows [TLS](https://wikipedia.org/wiki/Transport_Layer_Security) 1.0 by default, which is no longer considered secure by industry standards, such as [PCI DSS](https://wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard). To enforce higher TLS versions, follow these steps:
238+
Your app allows [TLS](https://wikipedia.org/wiki/Transport_Layer_Security) 1.2 by default, which is the recommended TLS level by industry standards, such as [PCI DSS](https://wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard). To enforce different TLS versions, follow these steps:
239239

240-
In your web app page, in the left navigation, select **SSL settings**. Then, in **TLS version**, select the minimum TLS version you want.
240+
In your web app page, in the left navigation, select **SSL settings**. Then, in **TLS version**, select the minimum TLS version you want. This setting controls the inbound calls only.
241241

242242
![Enforce TLS 1.1 or 1.2](./media/app-service-web-tutorial-custom-ssl/enforce-tls1.2.png)
243243

articles/app-service/web-sites-purchase-ssl-web-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ If your SSL certificate is configured for auto-renewal, but it is not automatica
205205
## More resources
206206

207207
* [Enforce HTTPS](app-service-web-tutorial-custom-ssl.md#enforce-https)
208-
* [Enforce TLS 1.1/1.2](app-service-web-tutorial-custom-ssl.md#enforce-tls-1112)
208+
* [Enforce TLS 1.1/1.2](app-service-web-tutorial-custom-ssl.md#enforce-tls-versions)
209209
* [Use an SSL certificate in your application code in Azure App Service](app-service-web-ssl-cert-load.md)
210210
* [FAQ : App Service Certificates](https://blogs.msdn.microsoft.com/appserviceteam/2017/07/24/faq-app-service-certificates/)

0 commit comments

Comments
 (0)