Scraping: SSL: CERTIFICATE_VERIFY_FAILED error for http://en.wikipedia.org
Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Book End
--
Chapters
00:00 Question
01:06 Accepted answer (Score 850)
01:34 Answer 2 (Score 176)
01:49 Answer 3 (Score 35)
02:19 Answer 4 (Score 34)
02:46 Thank you
--
Full question
https://stackoverflow.com/questions/5023...
Answer 2 links:
https://stackoverflow.com/a/57614113/620...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #webscraping #beautifulsoup #scrapy #sslcertificate
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Book End
--
Chapters
00:00 Question
01:06 Accepted answer (Score 850)
01:34 Answer 2 (Score 176)
01:49 Answer 3 (Score 35)
02:19 Answer 4 (Score 34)
02:46 Thank you
--
Full question
https://stackoverflow.com/questions/5023...
Answer 2 links:
https://stackoverflow.com/a/57614113/620...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #webscraping #beautifulsoup #scrapy #sslcertificate
#avk47
ACCEPTED ANSWER
Score 1002
Once upon a time I stumbled with this issue. If you're using macOS go to Macintosh HD > Applications > Python3.6 folder (or whatever version of python you're using) > double click on "Install Certificates.command" file. :D
ANSWER 2
Score 44
This terminal command:
open /Applications/Python\ 3.7/Install\ Certificates.command
Found here: https://stackoverflow.com/a/57614113/6207266
Resolved it for me. With my config
pip install --upgrade certifi
had no impact.
ANSWER 3
Score 35
To solve this:
All you need to do is to install Python certificates! A common issue on macOS.
Open these files:
Install Certificates.command
Update Shell Profile.command
Simply Run these two scripts and you wont have this issue any more.
Hope this helps!
