File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ author: alkohli
7
7
ms.service : databox
8
8
ms.subservice : edge
9
9
ms.topic : how-to
10
- ms.date : 02/22/2021
10
+ ms.date : 05/24/2023
11
11
ms.author : alkohli
12
12
---
13
13
@@ -21,15 +21,15 @@ The guidelines provided here are based on testing performed on a client running
21
21
22
22
## Configure TLS 1.2 for current PowerShell session
23
23
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.
25
25
26
26
1 . Run PowerShell as administrator.
27
27
2 . To set TLS 1.2 for the current PowerShell session, type:
28
28
29
29
``` azurepowershell
30
- $TLS12Protocol = [System.Net.SecurityProtocolType] 'Ssl3 , Tls12'
31
- [System.Net.ServicePointManager]::SecurityProtocol = $TLS12Protocol
30
+ [System.Net.ServicePointManager]::SecurityProtocol = 'TLS12'
32
31
```
32
+
33
33
## Configure TLS 1.2 on client
34
34
35
35
If you want to set system-wide TLS 1.2 for your environment, follow the guidelines in these documents:
You can’t perform that action at this time.
0 commit comments