Skip to content

Commit 25cb959

Browse files
authored
Merge pull request #108352 from mimckitt/patch-100
Update applications-dont-support-tls-1-2.md
2 parents e42ab75 + fbdb86c commit 25cb959

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
@@ -221,7 +221,7 @@ $reboot = Set-CryptoSetting 1 Enabled 1 DWord $reboot
221221
$reboot = Set-CryptoSetting 2 DisabledByDefault 0 DWord $reboot
222222
$reboot = Set-CryptoSetting 2 Enabled 1 DWord $reboot
223223
224-
# Ensure TLS 1.1 disabled for client/server
224+
# Ensure TLS 1.1 enabled for client/server
225225
$reboot = Set-CryptoSetting 4 DisabledByDefault 0 DWord $reboot
226226
$reboot = Set-CryptoSetting 4 Enabled 1 DWord $reboot
227227
$reboot = Set-CryptoSetting 5 DisabledByDefault 0 DWord $reboot

0 commit comments

Comments
 (0)