python requests向https get超时解决方案

import requests

requests.get(‘https://www.zhihu.com/‘,verify=False)

你可能感兴趣的:(各种报错)