From 0e051dd03527e776f374492e399a96a3e2eabb29 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 22 Dec 2025 01:36:35 +0900 Subject: [PATCH] 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. --- WelsonJS.Augmented/Catswords.Phantomizer/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WelsonJS.Augmented/Catswords.Phantomizer/README.md b/WelsonJS.Augmented/Catswords.Phantomizer/README.md index 1ee120c..153d4d8 100644 --- a/WelsonJS.Augmented/Catswords.Phantomizer/README.md +++ b/WelsonJS.Augmented/Catswords.Phantomizer/README.md @@ -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