HTTPS broken

I’ve never understood the error completely. I know it has something to do with new versions of Python/urllib trying to verify the security certificates (older versions of Python/urllib did not do this).
I only know of some workarounds.

  1. Do not verify certificates. A bit like how older Python versions worked:

Or:
2. Use external Python libraries