summaryrefslogtreecommitdiff
path: root/src/urllib3/util/ssl_.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/urllib3/util/ssl_.py')
-rw-r--r--src/urllib3/util/ssl_.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urllib3/util/ssl_.py b/src/urllib3/util/ssl_.py
index 9434d2d1..8f867812 100644
--- a/src/urllib3/util/ssl_.py
+++ b/src/urllib3/util/ssl_.py
@@ -164,7 +164,7 @@ except ImportError:
"urllib3 from configuring SSL appropriately and may cause "
"certain SSL connections to fail. You can upgrade to a newer "
"version of Python to solve this. For more information, see "
- "https://urllib3.readthedocs.io/en/latest/advanced-usage.html"
+ "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html"
"#ssl-warnings",
InsecurePlatformWarning,
)
@@ -440,7 +440,7 @@ def ssl_wrap_socket(
"This may cause the server to present an incorrect TLS "
"certificate, which can cause validation failures. You can upgrade to "
"a newer version of Python to solve this. For more information, see "
- "https://urllib3.readthedocs.io/en/latest/advanced-usage.html"
+ "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html"
"#ssl-warnings",
SNIMissingWarning,
)