Skip to content

Commit b00bc80

Browse files
Merge pull request #239234 from LouisBerner/v-lberner-ADO_90040
Removed syntax w/ SSL3
2 parents 08039a2 + 9dd0185 commit b00bc80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/databox-online/azure-stack-edge-gpu-configure-tls-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 02/22/2021
10+
ms.date: 05/24/2023
1111
ms.author: alkohli
1212
---
1313

@@ -21,15 +21,15 @@ The guidelines provided here are based on testing performed on a client running
2121

2222
## Configure TLS 1.2 for current PowerShell session
2323

24-
Do the following steps to configure TLS 1.2 on your client.
24+
Use the following steps to configure TLS 1.2 on your client.
2525

2626
1. Run PowerShell as administrator.
2727
2. To set TLS 1.2 for the current PowerShell session, type:
2828

2929
```azurepowershell
30-
$TLS12Protocol = [System.Net.SecurityProtocolType] 'Ssl3 , Tls12'
31-
[System.Net.ServicePointManager]::SecurityProtocol = $TLS12Protocol
30+
[System.Net.ServicePointManager]::SecurityProtocol = 'TLS12'
3231
```
32+
3333
## Configure TLS 1.2 on client
3434
3535
If you want to set system-wide TLS 1.2 for your environment, follow the guidelines in these documents:

0 commit comments

Comments
 (0)