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

2018-09-03 Thread Mats Wichmann
On 09/03/2018 07:29 AM, Amrit Pandey wrote: > 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

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

2018-09-03 Thread Amrit Pandey
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? ___ Tuto