报错:raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘parktest.yimidida.com’, port=443): Max retries exceeded with url: /galaxy-sso-business/login (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)’))’
python运行 SSLError报错

解决:网上试了很多方法都不行,重新装了python也未解决
最后发现是因为fidder里面的配置问题,tools-options-HTTPS 去掉decrypt-https-traffic的勾
python运行 SSLError报错

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2021-09-01
  • 2021-12-10
  • 2021-09-26
  • 2021-12-07
  • 2021-07-23
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
相关资源
相似解决方案