Skip to content

Commit e7f97d3

Browse files
committed
Removed syntax w/ SSL3
1 parent 091fb33 commit e7f97d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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

@@ -27,7 +27,6 @@ Do the following steps to configure TLS 1.2 on your client.
2727
2. To set TLS 1.2 for the current PowerShell session, type:
2828

2929
```azurepowershell
30-
$TLS12Protocol = [System.Net.SecurityProtocolType] 'Ssl3 , Tls12'
3130
[System.Net.ServicePointManager]::SecurityProtocol = $TLS12Protocol
3231
```
3332
## Configure TLS 1.2 on client

0 commit comments

Comments
 (0)