mirror of
https://github.com/massgravel/massgrave.dev
synced 2026-01-17 01:04:27 -05:00
Correct TLS/SSL error description
This commit is contained in:
@@ -39,7 +39,7 @@ import TabItem from '@theme/TabItem';
|
||||
```
|
||||
|
||||
**If you receive a TLS/SSL Error (Older Windows):**
|
||||
If you are on Windows 7 or an old build of 8/10, run this command *before* the main command:
|
||||
If you are on an old build of Windows 8.1 or 10, run this command *before* the main command:
|
||||
```powershell
|
||||
[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user