You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning gets shown when trying to run the server :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from <https://pypi.python.org/pypi/serv ice_identity> and make sure all of its dependencies are satisfied. Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected.
The text was updated successfully, but these errors were encountered:
We don't support TLS now, and I don't think there is a need for TLS in this application.
I don't see this warning on Fedora 25 with twisted 17.9.0 (or with older twisted).
@mayukh18, can you give more details on the system you run this and twisted version?
nirs
changed the title
Add service_identity in requirements.txt
Require service_identity for better TLS client hostname verification
Oct 21, 2017
This warning gets shown when trying to run the server
:0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from <https://pypi.python.org/pypi/serv ice_identity> and make sure all of its dependencies are satisfied. Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected.
The text was updated successfully, but these errors were encountered: