python爬虫requests处理https 请求ssl证书的问题

处理证书只需要一串代码

response = requests.get(url,verify=False)
原文地址:https://www.cnblogs.com/itBlogToYpl/p/13298342.html