-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SSL: CERTIFICATE_VERIFY_FAILED] on pythonscraping #106
Comments
我已收到您的邮件,谢谢!
|
@Ryan-Bringenberg you need to use this code Example: from urllib.request import urlopen html = urlopen('http://pythonscraping.com/pages/page1.html') |
我已收到您的邮件,谢谢!
|
I update my system, in conda: conda update -n base -c defaults conda |
@scarbear06 - Why is that not included in the book already? Or is there a way to update our system to have that automatically run with the script? |
When running the code in the first two chapters that use pythonscraping.com I receive the following error:
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)>
The text was updated successfully, but these errors were encountered: