本文介绍了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

这篇关于SSL错误:握手不良的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-29 10:25