mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-03-14 15:48:45 +00:00
Add example TLS error message to README
Included a sample error output for TLS connection failures on legacy Windows systems to clarify troubleshooting steps for users.
This commit is contained in:
parent
495cea6577
commit
0e051dd035
|
|
@ -180,6 +180,12 @@ Once uploaded and pinned, the file cannot be silently modified without changing
|
|||
|
||||
### 🔄 curl.exe Fallback on Legacy Windows
|
||||
|
||||
An example error when TLS connection fails:
|
||||
|
||||
```
|
||||
The request was aborted: Could not create SSL/TLS secure channel.
|
||||
```
|
||||
|
||||
If TLS connectivity issues occur on older versions of Windows (earlier than Windows 10), it is possible to fall back to using `curl.exe`. In this case, the `curl.exe` binary must pass an integrity check.
|
||||
|
||||
```csharp
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user