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:
Namhyeon, Go 2025-12-22 01:36:35 +09:00
parent 495cea6577
commit 0e051dd035

View File

@ -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