python爬虫学习之路-遇错笔记-1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python爬虫学习之路-遇错笔记-1相关的知识,希望对你有一定的参考价值。
当在编写爬虫时同时开启了Fidder解析工具时,访问目标站点会遇到以下错误:
File "C:\\Users\\litao\\AppData\\Local\\Programs\\Python\\Python36-32\\lib\\site-packages\\requests\\adapters.py", line 506, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘passport.cnblogs.com‘, port=443): Max retries exceeded with url: /user/signin (Caused by SSLError(SSLError("bad handshake: Error([(‘SSL routines‘, ‘tls_process_server_certificate‘, ‘certificate verify failed‘)],)",),))
以上是关于python爬虫学习之路-遇错笔记-1的主要内容,如果未能解决你的问题,请参考以下文章