Skip to content

Commit 7da84ea

Browse files
authored
Merge pull request #114244 from dkopec/patch-1
fix: network ssl setting does not work as written
2 parents 3b16efa + 7ea977b commit 7da84ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use 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-
[System.Net.ServicePointManager]::SecurityProtocol = 'TLS12'
30+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
3131
```
3232
3333
## Configure TLS 1.2 on client

0 commit comments

Comments
 (0)