urllib and “SSL:CERTIFICATE_VERIFY_FAILD” Error
I’m trying to test my blog site by the urllib.request. Unfortunately, my blog site has SSL (Secure Sockets Layer) enabled, and returns an urlopen error, which is shown below: The following simple code is running on my Macbook Pro. But these three lines Python code run successfully without any error on Linux. from urllib.request import…