mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Suppress warning about service_identity. fixes #2248
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
7ecc27e2d9
commit
cc223d08fa
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user