hect0x7 / JMComic-Crawler-Python

Python API for JMComic | 提供Python API访问禁漫天堂,同时支持网页端和移动端 | 禁漫天堂GitHub Actions下载器🚀
https://jmcomic.readthedocs.io/zh-cn/latest/option_file_syntax/#
MIT License
556 stars 1.18k forks source link

有证书验证要怎么通过 #238

Closed Rover778 closed 1 month ago

Rover778 commented 2 months ago

【req.error】Failed to perform, curl: (60) SSL certificate problem: self signed certificate. See https://curl.se/libcurl/c/libcurl-errors.html first for more d 捕获 etails.

hect0x7 commented 2 months ago

配置请求库的verify=False


client:
  postman:
    meta_data:
      verify: false