Skip to content

Commit 4aca2af

Browse files
authored
Update applications-dont-support-tls-1-2.md
1 parent c4d1d58 commit 4aca2af

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
@@ -12,7 +12,7 @@ ms.service: cloud-services
1212
ms.topic: troubleshooting
1313
ms.tgt_pltfrm: na
1414
ms.workload:
15-
ms.date: 01/17/2020
15+
ms.date: 03/16/2020
1616
ms.author: tagore
1717
---
1818

@@ -199,7 +199,7 @@ For ($i = 0; $i -le 14; $i = $i + 1) {
199199
}
200200
}
201201
202-
####################### Candace Made Changes Here#############################
202+
####################################################
203203
204204
# Ensure SSL 2.0 disabled for client/server
205205
$reboot = Set-CryptoSetting 10 DisabledByDefault 1 DWord $reboot
@@ -231,7 +231,7 @@ $reboot = Set-CryptoSetting 7 Enabled 1 DWord $reboot
231231
$reboot = Set-CryptoSetting 8 DisabledByDefault 0 DWord $reboot
232232
$reboot = Set-CryptoSetting 8 Enabled 1 DWord $reboot
233233
234-
####################### Candace Made Changes Here#############################
234+
####################################################
235235
236236
$reboot = DisableRC4($reboot)
237237

0 commit comments

Comments
 (0)