summaryrefslogtreecommitdiff
path: root/docs/security.rst
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2015-12-29 12:28:22 -0800
committerAndrey Petrov <andrey.petrov@shazow.net>2015-12-29 12:28:22 -0800
commit27df29b1d94d6c50af1eb1bd85b4ee12adf8a3c2 (patch)
tree97731a22ac7f5344402f24ebf4f2a9039b339ef7 /docs/security.rst
parent12d04b7cc8cefce176f5788485db7b0692b9adb2 (diff)
parentc3104c8c42dc8426d0ac17fdcb07d8b3126fe7b6 (diff)
downloadurllib3-1.14.tar.gz
Merging new release version: 1.141.14
Diffstat (limited to 'docs/security.rst')
-rw-r--r--docs/security.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/security.rst b/docs/security.rst
index 48de053e..6ebc9413 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -199,9 +199,11 @@ have restrictions in their ``ssl`` module that limit the configuration that
succeed on more featureful platforms to fail, and can cause certain security
features to be unavailable.
-If you encounter this warning, it is strongly recommended you upgrade to a
-newer Python version, or that you use pyOpenSSL as described in the
-:ref:`pyopenssl` section.
+If you encounter this warning, it is strongly recommended you:
+
+- upgrade to a newer Python version
+- upgrade ``ndg-httpsclient`` with ``pip install --upgrade ndg-httpsclient``
+- use pyOpenSSL as described in the :ref:`pyopenssl` section
For info about disabling warnings, see `Disabling Warnings`_.