service_identity已安装但无法正常工作

时间:2018-01-22 01:16:22

标签: python-3.x ssl websocket autobahn

在root下我运行了pip3 install service_identityeasy_install service_identity

两者都安装成功但警告仍然显示,客户端无法连接。 他们在握手前关闭。

完全警告

  

:0:UserWarning:您没有service_identity>模块的正常安装:'没有名为'cryptography.x509'的模块。请从https://pypi.python.org/pypi/service_identity安装,并确保满足所有>依赖关系。如果没有service_identity模块,Twisted可以>仅执行基本的TLS客户端主机名验证。许多有效的>证书/主机名映射可能会被拒绝。

1 个答案:

答案 0 :(得分:3)

修正了以下内容,

pip3 install cryptography

pip3 install cffi --upgrade

pip3 install service_identity --upgrade

pip3 install pyopenssl --upgrade