From 6bb8edc80be421b45e212144eddae39d8613db55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Thu, 29 Jan 2015 23:04:26 +0100 Subject: [PATCH] SSL verification off by default is really a warning, not a note --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index bb39fd58..6573ff42 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -154,7 +154,7 @@ elasticsearch cluster, including certificate verification and http auth:: ) -.. note:: +.. warning:: By default SSL certificates won't be verified, pass in ``verify_certs=True`` to make sure your certificates will get verified. The