摘要: 问题描述 使用 Python requests 库访问一个 HTTPS URL 会报错,提示自签名错误。但是在浏览器中访问这个 URL 就没问题,在私人电脑上也没问题。 Sample code: import requests import certifi print(certifi.where() 阅读全文
posted @ 2024-09-04 00:30 逻辑北海 阅读(423) 评论(0) 推荐(0)