3

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?

Patrick Tutu
  • 534
  • 1
  • 5
  • 13

1 Answers1

6

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

Fartash
  • 558
  • 4
  • 12