[Tutor] How to read `https` url with urllib.request.urlopen?

Amrit Pandey pandey.amrit at outlook.com
Mon Sep 3 09:29:01 EDT 2018


I am learning web scraping with python.

With urllib.request.urlopen() I am able to fetch http urls, but https give some certificate error. How can we bypass the certificate check or is there any other configuration that is used for https urls?


More information about the Tutor mailing list