I got the same error, where I am using window Machine. You can just resolve this by using this simple steps.
import os
import certifi
os.environ['SSL_CERT_FILE'] = certifi.where()
#certifi.where() - it take the paths directly.