Skip to content

Commit 72202a9

Browse files
authored
Update applications-dont-support-tls-1-2.md
1 parent df2381f commit 72202a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $reboot = Set-CryptoSetting 4 Enabled 1 DWord $reboot
227227
$reboot = Set-CryptoSetting 5 DisabledByDefault 0 DWord $reboot
228228
$reboot = Set-CryptoSetting 5 Enabled 1 DWord $reboot
229229
230-
# Ensure TLS 1.2 disabled for client/server
230+
# Ensure TLS 1.2 enabled for client/server
231231
$reboot = Set-CryptoSetting 7 DisabledByDefault 0 DWord $reboot
232232
$reboot = Set-CryptoSetting 7 Enabled 1 DWord $reboot
233233
$reboot = Set-CryptoSetting 8 DisabledByDefault 0 DWord $reboot

0 commit comments

Comments
 (0)