pythonrequests说明_解决Python requests 报错方法集锦
python版本和ssl版本都會導(dǎo)致 requests在請求https網(wǎng)站時候會出一些錯誤,最好使用新版本。
1 Python2.6x use
requests
一臺老Centos機(jī)器上跑著古老的應(yīng)用,加了一個新模塊之后報錯 報錯 InsecurePlatformWarning: A true SSLContext
object is not available.
/usr/lib/python2.6/site-packages/requests/packages/urllib3/util/ssl_.py:132:
InsecurePlatformWarning: A true SSLContext object is not available. This
prevents urllib3 from configuring SSL appropriately and may cause certain SSL
connections to fail. You can upgrade to a newer version of Python to solve this.
For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
解決辦法
使用老版本的 requests$pip install requests==2.5.3
或者這樣安裝$ pip install requests[security]
2 SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
錯誤如下版本 python2.7.5
Traceback (most recent call last):
File "./test.py", line 24, in
response = requests.get(url1, headers=headers)
File
"build/bdist.linux-x86_64/egg/requests/api.py", line 52, in get
File
"build/bdist.linux-x86_64/egg/requests/api.py", line 40, in request
File
"build/bdist.linux-x86_64/egg/requests/sessions.py", line 209, in request
File "build/bdist.linux-x86_64/egg/requests/models.py", line 624, in send
File "build/bdist.linux-x86_64/egg/requests/models.py", line 300, in
_build_response
File "build/bdist.linux-x86_64/egg/requests/models.py",
line 611, in send
requests.exceptions.SSLError: [Errno 1] _ssl.c:503:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed
解決方法
可以禁用 verify>>> requests.get('https://google.com', verify=True)
問題地址
python-requests-throwing-up-sslerror
3 SSLError: bad
handshake
SSLError: bad handshake: Error([(‘SSL routines',
‘SSL3_GET_SERVER_CERTIFICATE', ‘certificate verify failed')],) python2.7.5
解決方法pip uninstall -y certifi && pip install certifi==2015.04.28
原文鏈接:http://blog.csdn.net/orangleliu/article/details/62037768
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎勵來咯,堅持創(chuàng)作打卡瓜分現(xiàn)金大獎總結(jié)
以上是生活随笔為你收集整理的pythonrequests说明_解决Python requests 报错方法集锦的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: pythonweb服务器怎么让别人访问_
- 下一篇: d类功放芯片_应用于无滤波级D类音频功放