If your python crawler reports a ssl.CertificateError like:
The simple way to fix this error is to ingore ssl verification when crawling.
How to ingore python ssl verification?
Best Practice to urllib.request Ignore SSL Verification in Python 3.x – Python Web Crawler Tutorial