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
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