2014年6月16日 星期一

[python][requests] https Python Requests throwing up SSLError



越來越多網站支援 https ,甚至直接幫你導到 https去。
在本來使用 http 的網址在做 requests 操作時,可直接使用 verify to False 略過使用SSL certificate。
Requests can also ignore verifying the SSL certificate if you set verify to False.
>>> requests.get('https://kennethreitz.com', verify=False)
<Response [200]>

Advanced Usage — Requests 2.3.0 documentation
http://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification


沒有留言:

張貼留言