📌  相关文章
📜  python ssl certificate_verify_failed - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:52.104000             🧑  作者: Mango

代码示例2
#temporary fix when facing SSL error
#put this code in the class SSL error occur

import ssl
ssl._create_default_https_context = ssl._create_unverified_context