I am trying to get data from the web using python. I imported urllib.request package for it but while executing, I get error:
certificate verify failed: unab
This worked in all OS:
import ssl import certifi urlopen(request, context=ssl.create_default_context(cafile=certifi.where()))