在root下我运行了pip3 install service_identity
和easy_install service_identity
两者都安装成功但警告仍然显示,客户端无法连接。 他们在握手前关闭。
完全警告
:0:UserWarning:您没有service_identity>模块的正常安装:'没有名为'cryptography.x509'的模块。请从https://pypi.python.org/pypi/service_identity安装,并确保满足所有>依赖关系。如果没有service_identity模块,Twisted可以>仅执行基本的TLS客户端主机名验证。许多有效的>证书/主机名映射可能会被拒绝。
答案 0 :(得分:3)
修正了以下内容,
pip3 install cryptography
pip3 install cffi --upgrade
pip3 install service_identity --upgrade
pip3 install pyopenssl --upgrade