]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Suppress warning about service_identity. fixes #2248
authortravis-tahoe <travis-tahoe@jacaranda.org>
Mon, 1 Sep 2014 18:10:32 +0000 (19:10 +0100)
committertravis-tahoe <travis-tahoe@jacaranda.org>
Mon, 1 Sep 2014 18:10:32 +0000 (19:10 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index b7be32128e6f4f44e85231df769ded65fc838d30..31e0a7be566e73b3e0c40c0fa40990550ddb2213 100644 (file)
@@ -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 = [