python请求ssl错误

时间:2013-03-28 16:15:37

标签: python ssl python-requests

我正在尝试使用请求模块(http://docs.python-requests.org/en/latest/

通过ssl连接到主机

但是我的代码:

import requests
requests.get("myurl", cert="hosts_certificate_file.crt")

抛出此错误:

_ssl.c:364: error:140B0002:SSL  routines:SSL_CTX_use_PrivateKey_file:system lib

我尝试将verify=False传递给requests.get(),但它也不起作用。

0 个答案:

没有答案