Skip to content

Commit b581a4e

Browse files
authored
Update applications-dont-support-tls-1-2.md
------- cc: @mimckitt
1 parent f770110 commit b581a4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cloud-services/applications-dont-support-tls-1-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes how to enable the older TLS protocols (TLS 1.0 and 1.1) a
2222
We understand that while we are taking steps to deprecate TLS 1.0 and TLS 1.1, our customers may need to support the older protocols and cipher suites until they can plan for their deprecation. While we don't recommend re-enabling these legacy values, we are providing guidance to help customers. We encourage customers to evaluate the risk of regression before implementing the changes outlined in this article.
2323

2424
> [!NOTE]
25-
> Guest OS Family 6 release enforces TLS 1.2 by explicitly disabling TLS 1.0 and 1.1 and defining a specific set of cipher suites.
25+
> Guest OS Family 6 release enforces TLS 1.2 by explicitly disabling TLS 1.0 and 1.1 and defining a specific set of cipher suites.For more information on Guest OS families see [Guest OS release news](https://docs.microsoft.com/azure/cloud-services/cloud-services-guestos-update-matrix#family-6-releases)
2626
2727

2828
## Dropping support for TLS 1.0, TLS 1.1 and older cipher suites
@@ -338,7 +338,7 @@ Here is an example that shows both the worker role and web role.
338338

339339
## Step 4: Add the scripts to your Cloud Service
340340

341-
1) In Visual Studio, right-click on your WebRole
341+
1) In Visual Studio, right-click on your WebRole or WorkerRole
342342
2) Select **Add**
343343
3) Select **Existing Item**
344344
4) In the file explorer, navigate to your desktop where you stored the **TLSsettings.ps1** and **RunTLSSettings.cmd** files
@@ -348,7 +348,7 @@ Here is an example that shows both the worker role and web role.
348348

349349
To ensure the scripts are uploaded with every update pushed from Visual Studio, the setting *Copy to Output Directory* needs to be set to *Copy Always*
350350

351-
1) Under your WebRole, right-click on RunTLSSettings.cmd
351+
1) Under your WebRole or WorkerRole, right-click on RunTLSSettings.cmd
352352
2) Select **Properties**
353353
3) In the properties tab, change *Copy to Output Directory* to *Copy Always"*
354354
4) Repeat the steps for **TLSsettings.ps1**

0 commit comments

Comments
 (0)