Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificat

Posted hcy-fly

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificat相关的知识,希望对你有一定的参考价值。

如何解决SSL 根证书验错误: 


一种解决方法是:verify=False 
在session.request 里面:

session.post(post_url,data=post_data,headers=headers,verify=False)

 

第二种解决方法是: 
安装certifi 或者更新requests包




以上是关于Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificat的主要内容,如果未能解决你的问题,请参考以下文章

Linux笔记-Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not available.“)

Linux笔记-Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not available.“)

Linux笔记-Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not available.“)

Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not available.“) 详解

python使用requests时报错requests.exceptions.SSLError: HTTPSConnectionPool

Hang caused by GC