From: travis-tahoe <travis-tahoe@jacaranda.org>
Date: Mon, 1 Sep 2014 18:10:32 +0000 (+0100)
Subject: Suppress warning about service_identity. fixes #2248
X-Git-Tag: allmydata-tahoe-1.10.1a1~163
X-Git-Url: https://git.rkrishnan.org/%5B/frontends//%22%22?a=commitdiff_plain;h=cc223d08fa3075226ab87a470fde6841e1d4377c;p=tahoe-lafs%2Ftahoe-lafs.git

Suppress warning about service_identity. fixes #2248

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index b7be3212..31e0a7be 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -121,6 +121,7 @@ deprecation_messages = [
 user_warning_messages = [
     "Hashing uninitialized InterfaceClass instance",
     "Reliable disconnection notification requires pywin32 215 or later",
+    'You do not have the service_identity module installed. Please install it from <https://pypi.python.org/pypi/service_identity>. Without the service_identity module and a recent enough pyOpenSSL tosupport it, Twisted can perform only rudimentary TLS client hostnameverification.  Many valid certificate/hostname mappings may be rejected.',
 ]
 
 runtime_warning_messages = [