Ssl Error: Bad Handshake
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?
Solution 1:
I did bunch of things but I believe pip uninstall pyopenssl
did the trick
Post a Comment for "Ssl Error: Bad Handshake"