目前,Im公司正在研制一种利用请求书库制作APIC申请的灰色文字。 然而,我面临一个问题,即我一直收到“SL证书,核实失败”错误。 我尝试在网上寻找解决办法,但建议的解决办法似乎没有发挥作用。
下面是我守则的简化版本:
import requests
url = https://example.com/api
response = requests.get(url)
print(response.text)
这里传递错误信息,我碰到:
请求:SLError: HTTPSConnectionPool(host= example.com, Port=443):Max retries over with url:
我已尝试更新证书图书馆,将核查参数定为法尔(我知道这不是建议的解决办法),并检查系统的时间。 尽管做出了这些努力,但问题依然存在。
Can someone please help me understand what might be causing this SSL certificate verification error and suggest a reliable solution? Any insights or guidance would be greatly appreciated!