SSL错误:握手不良

问题描述:

我继续得到 SSLError:('不好的握手SysCallError(0,None))任何时候我尝试在我的django应用程序中提出python请求。
可能是什么问题?

I keep getting SSLError: ('bad handshake SysCallError(0, None)) anytime I try to make a request with python requests in my django app. What could possibly be the issue?

我做了很多事情,但我相信 pip卸载pyopenssl 窍门

I did bunch of things but I believe pip uninstall pyopenssl did the trick