python请求SSL问题

HTTPSConnectionPool(host='cgateway.bjmantis.net.cn', port=443): Max retries exceeded with url: /scrm-course-api/pass/loginNoCode (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)')))

解决方案:

shell 复制代码
pip install pip-system-certs
pip install --upgrade certifi

如果安装不上,开代理或者更换镜像源

相关推荐
大G哥18 分钟前
鸿蒙Next开发实战教程-使用WebSocket实现即时聊天
网络·websocket·网络协议
pzx_0011 小时前
【论文阅读】相似误差订正方法在风电短期风速预报中的应用研究
开发语言·论文阅读·python·算法·leetcode·sklearn
柠檬豆腐脑1 小时前
跨语言集成:将 Python 的强大功能带入 Nodejs 应用
前端·python·node.js
江上挽风&sty1 小时前
python爬虫--小白篇【爬虫实践】
爬虫·python
伊一大数据&人工智能学习日志2 小时前
Python爬虫——HTML中Xpath定位
爬虫·python·html
黑客呀2 小时前
网络安全——防火墙
服务器·网络·php
Hacker_LaoYi2 小时前
CryptoJS加密(网络安全)
网络·web安全·php
android_lingz3 小时前
鸿蒙分享(五):axios网络请求+简单封装
网络·华为·harmonyos
drebander3 小时前
Netty 的 SSL/TLS 安全通信
网络·netty·ssl