1

I am having a problem confirming the ssl certificate:

("bad handshake: Error([('SSL routines', 'SSL23_GET_SERVER_HELLO', 'tlsv1 alert protocol version')],)",) - skipping


I'm trying to do something very basic and I don't understand why this keeps happening. Would someone please advise how to fix this issue?

pip install fake-useragent
fmw42
  • 28,780
  • 5
  • 37
  • 49

1 Answers1

0

You can try to ignore SSL errors using:

pip install --trusted-host pypi.python.org fake-useragent
Overflowed
  • 124
  • 6